srid / haskell-flake

A `flake-parts` Nix module for Haskell development
https://community.flake.parts/haskell-flake
MIT License
128 stars 14 forks source link

Unused `settings.<name>.impl`: use `null` instead of `id` #284

Closed srid closed 3 months ago

srid commented 3 months ago

The use of id causes the (unused, in effect, ultimately) argument to be eagerly evaluated triggering #283.

This PR allow the use of null in the impl option, thus it resolves #283.