filterPackages: Fix a typo in the comment

This commit is contained in:
Sergey Vlasov 2022-06-24 00:32:04 +03:00
parent 3b6a41d794
commit 32dc3d46b2

View File

@ -25,7 +25,7 @@ let
badPlatforms = meta.badPlatforms or [ ];
in
# check for isDerivation, so this is independently useful of
# flattenTree, which also does filter on derviations
# flattenTree, which also does filter on derivations
isDerivation v && !isBroken && (builtins.elem system platforms) &&
!(builtins.elem system badPlatforms)
;