diff options
author | Franck Cuny <franck@fcuny.net> | 2024-03-11 17:15:43 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-03-11 17:15:43 -0700 |
commit | 63637f993f7d15cc8750d519e210a7d7c22a1efa (patch) | |
tree | 155caba0021e551a50baad53be190256d025012f /nix | |
parent | mark nix 2.16.2 as insecure (diff) | |
download | world-63637f993f7d15cc8750d519e210a7d7c22a1efa.tar.gz |
reorganize common files for hosts
Move the common configuration for nix to its own file.
Diffstat (limited to '')
-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 = [ |