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