nix-community / nix-index

Quickly locate nix packages with specific files [maintainers=@bennofs @figsoda @raitobezarius]
Other
785 stars 50 forks source link

feat(nix-index): improve error message when `nix-env` is killed by signal #223

Closed figsoda closed 1 year ago

figsoda commented 1 year ago

before

caused by: nix-env failed with error: nix-env failed with unknown exit code:

after

caused by: nix-env failed with error: nix-env failed with signal: 9 (SIGKILL):

this will make issues like #157 more diagnosable