-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
bugsettingsSettings, global flags, nix.confSettings, global flags, nix.confstoreIssues and pull requests concerning the Nix storeIssues and pull requests concerning the Nix store
Description
Describe the bug
$ nix copy --from ~/tmp-store-normal --to ~/tmp-store-hacked?use-case-hack=true /nix/store/6hypxafvp2fcadphppjcxszx0qcahqbz-dummy
warning: unknown setting 'use-case-hack'I shouldn't have to apply the case hack (unhack) to the --from store.
Steps To Reproduce
See above.
Expected behavior
- The case hack is a store setting.
- Ideally, need for the case hack is autodetected based on the file system where the store resides
nix-env --version output
Additional context
-
Collect "file system object" parts of
libnixutiltogether #9278libnixfileisn't a thing (yet?), but is a useful indictor of the abstraction level: Nix operations on files without the need for an actual store.
Priorities
Add 👍 to issues you find important.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugsettingsSettings, global flags, nix.confSettings, global flags, nix.confstoreIssues and pull requests concerning the Nix storeIssues and pull requests concerning the Nix store