removed pkgs-local from desktop and neovim

This commit is contained in:
2026-06-06 10:32:35 +02:00
parent aca4458e4c
commit 23606fecb6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
flake.nixosConfigurations.desktop = inputs.nixpkgs.lib.nixosSystem {
#system = "x86_64-linux";
specialArgs = {
inherit (self) pkgs-unstable pkgs-local;
inherit (self) pkgs-unstable;
};
modules = with self.nixosModules; [
# important do not remove