-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
Describe the bug
nix develop is erroring out with 2.31.2 version, this problem is not happening with 2.30.2
Steps To Reproduce
copying path '/nix/store/ml01sbmqz32fh22lw8kg58zq9x8abmcb-xz-5.8.1' from 'https://xx/cache'...
building '/nix/store/k79wwi51hdlxc6vfby7j6vm5by9qwq1q-libidn2-2.3.8.drv'...
copying path '/nix/store/49x9rz9khqn6i5x632valmv9mz9gqlrb-python3-minimal-3.12.11' from 'https://xx/cache'...
nix: ../build/derivation-goal.cc:186: nix::Goal::Co nix::DerivationGoal::haveDerivation(): Assertion `buildResult.builtOutputs.count(wantedOutput) > 0' failed.
/__w/_temp/6c1f02da-325c-4e9c-84bc-b237a6d5daca.sh: line 1: 1454 Aborted (core dumped) nix develop --command bundle exec rspec spec
Error: Process completed with exit code 134.
Expected behavior
successful execution of nix develop with command provided
Metadata
Additional context
Checklist
- checked latest Nix manual (source)
- checked open bug issues and pull requests for possible duplicates
Add 👍 to issues you find important.