diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-01-26 19:27:20 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-01-26 19:27:20 -0600 |
| commit | b93e52b72883317e0c206f4c2cfff8e2bcb04471 (patch) | |
| tree | 363d0585f7cf7fc0ab96943d09cb00ef7dbcc052 /flake.nix | |
| parent | 71226ec478b71daf6a0e7d151514083feb1ca18f (diff) | |
flake: add default values for mkSystemFlake paths
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
