Describe the bug
Commands like nix --help fail
Steps To Reproduce
- Run
nix --help
- Observe the following error:
error:
… while evaluating the lowdown help text
… while calling the 'import' builtin
at «string»:18:12:
17| ;
18| inherit (import <nix/utils.nix>)
| ^
19| attrsToList
… while realising the context of a path
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: operation 'addToStore' is not supported by store 'dummy://'
Expected behavior
Help pages are displayed normally
Metadata
nix (Nix) 2.32.0pre20250923_73d3ab0
Additional context
There seems to have been a lot of changes to dummy stores recently :)
Checklist
Add 👍 to issues you find important.
Describe the bug
Commands like
nix --helpfailSteps To Reproduce
nix --helpExpected behavior
Help pages are displayed normally
Metadata
nix (Nix) 2.32.0pre20250923_73d3ab0Additional context
There seems to have been a lot of changes to dummy stores recently :)
Checklist
Add 👍 to issues you find important.