feat: add new neovimMinimal derivation

This commit is contained in:
isabel 2025-03-06 21:46:22 +00:00
parent 99f2352d6d
commit aa0253321e
No known key found for this signature in database
GPG key ID: 3E7C7A1B5DEDBB03

View file

@ -36,6 +36,10 @@
neovim = pkgs.callPackage ./nix/neovim.nix { };
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
wrapper = pkgs.callPackage ./nix/wrapper/package.nix { };