numtide / devshell

Per project developer environments
https://numtide.github.io/devshell/
MIT License
1.23k stars 88 forks source link

Unexpected conflict between two hashes of the same package #318

Closed zmrocze closed 4 months ago

zmrocze commented 4 months ago

Entering the devshell defined in the flake here fails with:

error: collision between `/nix/store/3rm2zl7z4wb86yjix85icl828haylhqm-make-payment-keys/bin/make-payment-keys' and `/nix/store/p36kwgi2rxprjxam5znhh9yl4f1nkwk6-make-payment-keys/bin/make-payment-keys'

while the shell defines such a command just once.

how to reproduce

nix develop github:mlabs-haskell/spo-anywhere#spo-shell
zmrocze commented 4 months ago

closing as there were in fact two packages wrongly named with the same name. No isssue