forked from DGNum/colmena
eval.nix: Don't override modulesPath
`eval-config.nix` will set the canonical path for us that will then be used
to strip the module path prefixes in `nixos/modules/misc/documentation.nix` [1].
This should fix split docs build problems described in #50.
[1] 1511e72b75/nixos/modules/misc/documentation.nix (L79)
This commit is contained in:
parent
7cd9b6f70c
commit
e58dde1be0
1 changed files with 0 additions and 1 deletions
|
@ -472,7 +472,6 @@ let
|
||||||
specialArgs = hive.meta.specialArgs // {
|
specialArgs = hive.meta.specialArgs // {
|
||||||
inherit name;
|
inherit name;
|
||||||
nodes = uncheckedNodes;
|
nodes = uncheckedNodes;
|
||||||
modulesPath = npkgs.path + "/nixos/modules";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue