fix compute-deck

This commit is contained in:
Shelvacu
2025-03-07 11:15:43 -08:00
committed by Shelvacu on triple-dezert
parent c41c8e7f93
commit b0eb8e0d40

View File

@@ -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";
};