nmattia / niv

Easy dependency management for Nix projects
https://github.com/nmattia/niv
MIT License
1.56k stars 77 forks source link

Fix foo to get back static executable #209

Closed madjar closed 4 years ago

madjar commented 4 years ago

The overrideCabal mechanism, used to provide static executables, requires the mkDerivation argument in callPackage to be actually used. foo/default.nix currently ignores this argument, so this broke the static executable override.

nmattia commented 4 years ago

Thanks, nice catch!

nmattia commented 4 years ago

Thanks, nice catch!