You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ nix-env --store dummy:// -f /nix/store/8sm7wycza5fl6lnsmw11sn4vqkvw4xyh-source -qaP --drv-path --show-trace
error: path '/nix/store/8sm7wycza5fl6lnsmw11sn4vqkvw4xyh-source' is not valid
(where /nix/store/8sm7... is a valid path in the real Nix store) because of a use of builtins.readFile somewhere.
The root cause is that /nix/store/8sm7... is seen as a store path.
Hopefully this will be fixed by #3121 since we will have different source accessors for things in the user's filesystem vs things in the store denoted by --store. (See also #5973.)
The text was updated successfully, but these errors were encountered:
This fails:
(where /nix/store/8sm7... is a valid path in the real Nix store) because of a use of
builtins.readFile
somewhere.The root cause is that /nix/store/8sm7... is seen as a store path.
Hopefully this will be fixed by #3121 since we will have different source accessors for things in the user's filesystem vs things in the store denoted by
--store
. (See also #5973.)The text was updated successfully, but these errors were encountered: