summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 2318aa0..d8e51c6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -41,14 +41,14 @@
flakes,
system,
formatter ? "alejandra",
- localOverlayPath ? null,
- nixpkgsConfigPath ? null,
- nixosSourcePath ? null,
+ localOverlayPath ? /. + "${flakes.self}" + /pkgs,
+ nixpkgsConfigPath ? localOverlayPath + /config,
+ nixosSourcePath ? /. + "${flakes.self}" + /sys,
nixosPlatformsPath ?
if nixosSourcePath != null
then nixosSourcePath + /platform
else null,
- hmSourcePath ? null,
+ hmSourcePath ? /. + "${flakes.self}" + /home,
hmPlatformsPath ?
if hmSourcePath != null
then hmSourcePath + /platform