Oops, typo from dead code
This commit is contained in:
parent
cf978bc42e
commit
f1cbe21ec7
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue