mirror of
https://github.com/isabelroses/nvim.git
synced 2025-04-09 13:29:34 +00:00
feat: add new neovimMinimal derivation
This commit is contained in:
parent
99f2352d6d
commit
aa0253321e
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@
|
||||||
neovim = pkgs.callPackage ./nix/neovim.nix { };
|
neovim = pkgs.callPackage ./nix/neovim.nix { };
|
||||||
default = self.packages.${pkgs.stdenv.hostPlatform.system}.neovim;
|
default = self.packages.${pkgs.stdenv.hostPlatform.system}.neovim;
|
||||||
|
|
||||||
|
neovimMinimal = self.packages.${pkgs.stdenv.hostPlatform.system}.neovim.override {
|
||||||
|
includePerLanguageTooling = false;
|
||||||
|
};
|
||||||
|
|
||||||
# expose the wrapper for public consumption
|
# expose the wrapper for public consumption
|
||||||
wrapper = pkgs.callPackage ./nix/wrapper/package.nix { };
|
wrapper = pkgs.callPackage ./nix/wrapper/package.nix { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue