diff options
Diffstat (limited to 'hosts/default.nix')
| -rw-r--r-- | hosts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 863987e..af63c5a 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -7,7 +7,7 @@ }: { flake = { nixosConfigurations = let - inherit (myLib.configs) mkNixOS; + inherit (myLib.configs inputs) mkNixOS; profiles = import ./profiles.nix {inherit self inputs;}; in { |
