fix(nvim): create own pkgset
All checks were successful
/ check (push) Successful in 8s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 14s
/ build-vm (push) Successful in 2s
/ report-size (push) Successful in 4s

This should ensure we pull the correct version of nvim.
This commit is contained in:
Jalil David Salamé Messina 2025-04-09 18:57:59 +02:00
parent 486ae7713e
commit 40e478c293
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -9,7 +9,6 @@ in
(import ./standalone.nix) (import ./standalone.nix)
(lib.mkIf cfg.enable { (lib.mkIf cfg.enable {
enable = true; enable = true;
nixpkgs.useGlobalPackages = true;
defaultEditor = lib.mkDefault true; defaultEditor = lib.mkDefault true;
jhome.nvim = cfg; jhome.nvim = cfg;
}) })