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:
Zhaofeng Li 2022-01-25 14:22:26 -08:00
parent 7cd9b6f70c
commit e58dde1be0

View file

@ -472,7 +472,6 @@ let
specialArgs = hive.meta.specialArgs // {
inherit name;
nodes = uncheckedNodes;
modulesPath = npkgs.path + "/nixos/modules";
};
};