mlabs-haskell / cardanow

Apache License 2.0
2 stars 0 forks source link

Investigate (and fix) why the `cardanow-ts` derivation's output is not determistic #81

Open aciceri opened 3 months ago

aciceri commented 3 months ago

Running nix build .#cardanow-ts --rebuild I get

error: derivation '/nix/store/h8gcv9ikhy6yf40kakwzcm2x7r82awh3-cardanow-ts-0.0.0.1.drv' may not be deterministic: output '/nix/store/q1c4fiszjywilxlday22f1gflrcls5wm-cardanow-ts-0.0.0.1' differs

I tried investigating the causes with

nix build .#cardanow-ts --rebuild --keep-failed
diffoscope /nix/store/<...>/ /nix/store/<...>.check

without luck (there are many impurities in the $out/lib/node_modules).