forked from DGNum/colmena
eval.nix: Skip recursive type checking for nodes
in colmena eval
as well
This matches the behavior of the `nodes` argument in NixOS modules.
This commit is contained in:
parent
6146aef174
commit
85b0107b59
1 changed files with 2 additions and 1 deletions
|
@ -521,7 +521,8 @@ let
|
|||
evalSelectedDrvPaths = names: lib.mapAttrs (k: v: v.drvPath) (evalSelected names);
|
||||
|
||||
introspect = function: function {
|
||||
inherit pkgs lib nodes;
|
||||
inherit pkgs lib;
|
||||
nodes = uncheckedNodes;
|
||||
};
|
||||
in {
|
||||
inherit
|
||||
|
|
Loading…
Reference in a new issue