-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
documentationsettingsSettings, 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
While implementing relocated store support in nix-diff
, I've found that it has a URL-like query parameters support.
However, the syntax is effectively undocumented.
Steps To Reproduce
$ NIX_REMOTE=/tmp/stores/foo%3Fbar? nix-store --init
$ ls /tmp/stores/
foo%3Fbar
Expected behavior
NIX_REMOTE
is either a URL, not a URL, or something well specified.
nix-env --version
output
Additional context
Priorities
Add 👍 to issues you find important.
Metadata
Metadata
Assignees
Labels
documentationsettingsSettings, global flags, nix.confSettings, global flags, nix.confstoreIssues and pull requests concerning the Nix storeIssues and pull requests concerning the Nix store