diff --git a/flake.nix b/flake.nix index 68221e1..390a102 100644 --- a/flake.nix +++ b/flake.nix @@ -49,8 +49,8 @@ value = { ... } @ exputs: { imports = [ - (./system (exputs // { inherit inputs; })) - (./system/profiles/${name} (exputs // { inherit inputs; })) + (import ./system (inputs // exputs)) + (import ./system/profiles/${name} (inputs // exputs)) ]; }; })) filtered) @@ -66,7 +66,7 @@ value = { ... } @ exputs: { imports = [ - (./system/users/${name}/home-manager (exputs // { inherit inputs; })) + (./system/users/${name}/home-manager (inputs // exputs)) ]; }; })) filtered)