diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/flake/hosts.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nix/flake/hosts.nix b/nix/flake/hosts.nix index c2ba71b..a6390e5 100644 --- a/nix/flake/hosts.nix +++ b/nix/flake/hosts.nix @@ -17,8 +17,9 @@ let }; }; } - ../../hosts/common/darwin/homebrew.nix - ../../hosts/common/darwin/macos.nix + ../../hosts/common/homebrew.nix + ../../hosts/common/macos.nix + ../../hosts/common/nix.nix path { nixpkgs.overlays = [ |