Add lightweight package
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -35,6 +35,15 @@
|
||||
module = nixvimModule;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
light = false;
|
||||
};
|
||||
};
|
||||
|
||||
nvim-light = nixvim.legacyPackages.${system}.makeNixvimWithModule {
|
||||
module = nixvimModule;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
light = true;
|
||||
};
|
||||
};
|
||||
in
|
||||
@@ -45,6 +54,8 @@
|
||||
|
||||
packages.default = nvim;
|
||||
|
||||
packages.light = nvim-light;
|
||||
|
||||
packages.neovide = pkgs.stdenv.mkDerivation {
|
||||
name = "neovide";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user