-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--store doesn't work as expected #4183
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I don't fully understand the bug yet. When running nix with
--store /tmp/foo
, things stop working as expected.Steps To Reproduce
It looks like tools such as
builtins.fetchurl
return the path to the actual file.This can lead to issues like this (TODO: include repro):
Or like this:
Expected behavior
I would expect Nix to bind-mount /tmp/foo/nix to /nix in a user namespace and have all the inherited processed see it the same way.
nix-env --version
outputnix-env (Nix) 3.0pre20200829_f156513
The text was updated successfully, but these errors were encountered: