typo in update.nix
This commit is contained in:
parent
b7cfbf96d6
commit
b25475a9be
@ -16,7 +16,7 @@ let
|
|||||||
result = builtins.tryEval (
|
result = builtins.tryEval (
|
||||||
if pkgs.lib.isDerivation pkg && cond name pkg
|
if pkgs.lib.isDerivation pkg && cond name pkg
|
||||||
then [(return name pkg)]
|
then [(return name pkg)]
|
||||||
else if pkg.recurseForFerivations or false || pkg.recureseForRelease or false
|
else if pkg.recurseForDerivations or false || pkg.recurseForRelease or false
|
||||||
then packagesWith cond return pkg
|
then packagesWith cond return pkg
|
||||||
else []
|
else []
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user