fix compute-deck
This commit is contained in:

committed by
Shelvacu on triple-dezert

parent
c41c8e7f93
commit
b0eb8e0d40
@@ -186,9 +186,12 @@
|
||||
system ? "x86_64-linux",
|
||||
inp ? [ ],
|
||||
}:
|
||||
nixpkgs.lib.nixosSystem {
|
||||
let
|
||||
inputs = mkInputs { inherit unstable inp; };
|
||||
in
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inputs = mkInputs { inherit unstable inp; };
|
||||
inherit inputs;
|
||||
inherit (inputs) dns;
|
||||
vacuModuleType = "nixos";
|
||||
};
|
||||
|
Reference in New Issue
Block a user