mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Fix abort in 'nix develop'
This commit is contained in:
parent
a5b6e870fe
commit
b5e4253697
2 changed files with 2 additions and 8 deletions
|
@ -370,7 +370,7 @@ string printHashType(HashType ht)
|
|||
default:
|
||||
// illegal hash type enum value internally, as opposed to external input
|
||||
// which should be validated with nice error message.
|
||||
abort();
|
||||
assert(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue