fix(docs): call realPath
This commit is contained in:
parent
e0270ad028
commit
69c741e87a
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ stdenvNoCC.mkDerivation {
|
|||
if dirPart == "." then 0 else lib.length (lib.splitString "/" dirPart);
|
||||
indent = lib.concatStringsSep "" (lib.genList (x: " ") depth);
|
||||
|
||||
isModule = (r: lib.hasPrefix "modules/os" r || lib.hasPrefix "modules/home" r) relPath;
|
||||
isModule = (r: lib.hasPrefix "modules/os" r || lib.hasPrefix "modules/home" r) (relPath file);
|
||||
modulesEval = lib.evalModules {
|
||||
modules = [
|
||||
file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue