numtide / flake-utils

Pure Nix flake utility functions [maintainer=@zimbatm]
MIT License
1.14k stars 78 forks source link

Fix `filterPackages` to match platform filtering done by Nixpkgs #74

Closed sigprof closed 2 years ago

sigprof commented 2 years ago

The filtering done by filterPackages did not match the behavior of Nixpkgs code:

Update the filterPackages code to match the filtering done by Nixpkgs. Also fix a typo in a comment in the same area.

Fixes #73.