diff --git a/flake.nix b/flake.nix index 9755dc4..551a8b2 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,7 @@ (map mkSystem ["NixDawn" "NixFrame"])) // { - NixGate = pkgs.lib.nixosSystem { + NixGate = nixpkgs.lib.nixosSystem { inherit system; specialArgs = { inherit inputs; }; modules = [ @@ -58,7 +58,7 @@ ]; }; - NixSentinel = pkgs.lib.nixosSystem { + NixSentinel = nixpkgs.lib.nixosSystem { inherit system; specialArgs = { inherit inputs; }; modules = [