mirror of
https://github.com/NixOS/nix
synced 2025-07-02 17:41:48 +02:00
Merge pull request #8157 from hercules-ci/switch-bugs
Fix current and future `switch` bugs
This commit is contained in:
commit
523c3f7225
12 changed files with 42 additions and 11 deletions
|
@ -1024,6 +1024,8 @@ std::ostream & NixRepl::printValue(std::ostream & str, Value & v, unsigned int m
|
|||
str << v.fpoint;
|
||||
break;
|
||||
|
||||
case nThunk:
|
||||
case nExternal:
|
||||
default:
|
||||
str << ANSI_RED "«unknown»" ANSI_NORMAL;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue