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
Many flake related subcommands (so far I have discovered eval, run, shell, build so far) fail with an error telling about a file not beeing accessible in pure eval mode.
Neither does the path exist for me, nor do I knowingly reference that path somewhere in my configuration.
$ nix eval nixpkgs#hello.version
error: access to absolute path '/.config/nixpkgs/overlays.nix' is forbidden in pure eval mode (use '--impure' to override)
A commit I know is still working properly is 18e4851.
Sadly I do not have the time to bisect this in advance.
(The commit above was taken from my systems flake lockfile, there have been other changes after that to the lock file, though I currently can't reproduce which of them has the bug and which not)
Describe the bug
Many flake related subcommands (so far I have discovered
eval
,run
,shell
,build
so far) fail with an error telling about a file not beeing accessible in pure eval mode.Neither does the path exist for me, nor do I knowingly reference that path somewhere in my configuration.
Steps To Reproduce
nix eval nixpkgs#hello.version
Expected behavior
The expression is correctly evaluated.
nix-env --version
output$ nix --version
nix (Nix) 2.6.0pre20211222_ddd7839
The text was updated successfully, but these errors were encountered: