Skip to content

Commit

Permalink
typo in update.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Dec 18, 2016
1 parent b7cfbf9 commit b25475a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
);
Expand Down

0 comments on commit b25475a

Please sign in to comment.