summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-09-07 17:36:58 +0200
committerLinnnus <[email protected]>2023-09-07 17:36:58 +0200
commit97539f9b1b004f1b8b8aa2608e92050b7f3d2433 (patch)
treeeb50f3963bdccb75abd1db8ba5a2aecf3dfb7066 /flake.nix
parentedcc3acea595d3045253c3c2fe2462599c1c54e0 (diff)
Make reorganization """work""" for mac
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
];
};
};