From 97539f9b1b004f1b8b8aa2608e92050b7f3d2433 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Thu, 7 Sep 2023 17:36:58 +0200 Subject: Make reorganization """work""" for mac --- flake.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0ec1e03..e6c50a2 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,10 @@ ./hosts/muhammed/configuration.nix ./hosts/common.nix ./home - ./lib + # FIXME: Get the following to work without nix-darwin bithcing about unused NixOS options. + # ./lib + # ./modules + # ./services ]; }; }; @@ -46,8 +49,8 @@ ./hosts/common.nix ./home ./lib - ./modules/default.nix - ./services/default.nix + ./modules + ./services ]; }; }; -- cgit v1.2.3