Small cleanup
This commit is contained in:
parent
0d76e1cb94
commit
a4f1f4b367
@ -206,9 +206,7 @@ rec {
|
|||||||
in
|
in
|
||||||
work startSet [] [];
|
work startSet [] [];
|
||||||
|
|
||||||
genericClosure =
|
genericClosure = builtins.genericClosure or lazyGenericClosure;
|
||||||
if builtins ? genericClosure then builtins.genericClosure
|
|
||||||
else lazyGenericClosure;
|
|
||||||
|
|
||||||
innerModifySumArgs = f: x: a: b: if b == null then (f a b) // x else
|
innerModifySumArgs = f: x: a: b: if b == null then (f a b) // x else
|
||||||
innerModifySumArgs f x (a // b);
|
innerModifySumArgs f x (a // b);
|
||||||
|
@ -185,8 +185,7 @@ rec {
|
|||||||
) funs;
|
) funs;
|
||||||
|
|
||||||
|
|
||||||
moduleMerge = path: modules:
|
moduleMerge = path: modules_:
|
||||||
let modules_ = modules; in
|
|
||||||
let
|
let
|
||||||
addName = name:
|
addName = name:
|
||||||
if path == "" then name else path + "." + name;
|
if path == "" then name else path + "." + name;
|
||||||
|
Loading…
Reference in New Issue
Block a user