mirror of
https://github.com/nix-community/flakelight.git
synced 2025-03-10 03:58:18 +01:00
Fix default nixDir path
This commit is contained in:
parent
bd68bc5c44
commit
2c6954f018
@ -340,7 +340,7 @@ let
|
||||
root' =
|
||||
let
|
||||
resolvedRoot = applyNonSysArgs root;
|
||||
nixDir = resolvedRoot.nixDir or (src + ./nix);
|
||||
nixDir = resolvedRoot.nixDir or (src + /nix);
|
||||
fullRoot = (autoImportAttrs nixDir rootAttrs) // resolvedRoot;
|
||||
in
|
||||
normalizeModule fullRoot // {
|
||||
|
Loading…
Reference in New Issue
Block a user