Describe the bug
$ nix flake check in this repo used to work with whatever Nix version I was using at the time. And with 2.32.2 it no longer passes, but fails with
error: store path '/nix/store/vj1c3wf9c11a0qs6p3ymfvrnsdgsdcbq-source-stdenv.sh' already exists in the sandbox
The checks that are failing make use of recursive-nix. Here is one of them.
Steps To Reproduce
Just run nix flake check in that repo.
Expected behavior
Would be great if in a future version of Nix these flake checks pass again.
Alternatively, if the checks are somehow erroneous, I'd appreciate a pointer on that.
Metadata
Additional context
Checklist
Add 👍 to issues you find important
@shivaraj-bh
Describe the bug
$ nix flake checkin this repo used to work with whatever Nix version I was using at the time. And with 2.32.2 it no longer passes, but fails withThe checks that are failing make use of recursive-nix. Here is one of them.
Steps To Reproduce
Just run
nix flake checkin that repo.Expected behavior
Would be great if in a future version of Nix these flake checks pass again.
Alternatively, if the checks are somehow erroneous, I'd appreciate a pointer on that.
Metadata
Additional context
Checklist
Add 👍 to issues you find important
@shivaraj-bh