diff options
Diffstat (limited to 'systems/default.nix')
| -rw-r--r-- | systems/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/systems/default.nix b/systems/default.nix index 2f8c277..6f31339 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -1,8 +1,8 @@ { lib, + withSystem, inputs, self, - withSystem, ... }: let /* @@ -16,6 +16,7 @@ modules = args.modules ++ [./${name}]; specialArgs = { inherit inputs self; + inputs' = withSystem (args.system or "x86_64-linux") ({inputs', ...}: inputs'); secretsDir = ../secrets/${name}; }; } |
