diff --git a/flake.nix b/flake.nix index 8463372..5dea09c 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ ]; }; - NixGate = pkgs.lib.nixosSystem { + NixGate = nixpkgs.lib.nixosSystem { inherit system; specialArgs = { inherit inputs; }; modules = [ @@ -72,7 +72,7 @@ ]; }; - NixSentinel = pkgs.lib.nixosSystem { + NixSentinel = nixpkgs.lib.nixosSystem { inherit system; specialArgs = { inherit inputs; }; modules = [