-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Nix flakes should not cache evaluation errors #3872
Copy link
Copy link
Closed
Labels
bugerror-messagesConfusing messages and better diagnosticsConfusing messages and better diagnosticsflakeslanguageThe Nix expression language; parser, interpreter, primops, evaluation, etcThe Nix expression language; parser, interpreter, primops, evaluation, etc
Milestone
Metadata
Metadata
Assignees
Labels
bugerror-messagesConfusing messages and better diagnosticsConfusing messages and better diagnosticsflakeslanguageThe Nix expression language; parser, interpreter, primops, evaluation, etcThe Nix expression language; parser, interpreter, primops, evaluation, etc
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
Describe the bug
Currently error messages are only showed the first time they appear.
After that the error message looks like this:
The problem is that the error message of the first time might be no longer visible,
so users would get stuck not knowing what its going on.
Steps To Reproduce
nixos-rebuild switch:nixos-rebuild switchagain:Expected behavior
It should not cache evaluation failures and show me the message agin
nix-env --versionoutput