Oops, typo from dead code

This commit is contained in:
Benson Chu 2025-07-07 18:00:10 -05:00
parent cf978bc42e
commit f1cbe21ec7

View file

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