summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 6 insertions, 3 deletions
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
];
};
};