From b25475a9be4a5f08584a100fdc83ab6b1e03ec86 Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Fri, 16 Dec 2016 16:11:15 +0100 Subject: [PATCH] typo in update.nix --- update.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.nix b/update.nix index a914a4028c54..e8028abae065 100755 --- a/update.nix +++ b/update.nix @@ -16,7 +16,7 @@ let result = builtins.tryEval ( if pkgs.lib.isDerivation pkg && cond 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 else [] );