From 63637f993f7d15cc8750d519e210a7d7c22a1efa Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 11 Mar 2024 17:15:43 -0700 Subject: reorganize common files for hosts Move the common configuration for nix to its own file. --- nix/flake/hosts.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nix') 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 = [ -- cgit 1.4.1