More precise

This commit is contained in:
Benson Chu 2026-04-12 16:31:46 -05:00
parent e847261779
commit ecf15a0b13

View file

@ -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 = [