diff options
| author | seth <[email protected]> | 2023-07-03 22:32:25 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-03 22:34:48 -0400 |
| commit | c42a86ebf08b2bf834f598bb17278f9f5ace90ba (patch) | |
| tree | aab1d240cc43650d35d1a320c8217a612416e600 /hosts/default.nix | |
| parent | c96dc2d0d74e9ae6de54f917faf2d8b038d1c3a8 (diff) | |
flake: update getchoo input
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 { |
