-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
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
- checked latest Nix manual (source)
- checked open bug issues and pull requests for possible duplicates
Add 👍 to issues you find important.
Reactions are currently unavailable