mirror of
https://github.com/numtide/flake-utils.git
synced 2024-12-14 11:47:31 +00:00
filterPackages: Fix a typo in the comment
This commit is contained in:
parent
3b6a41d794
commit
32dc3d46b2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue