Open aciceri opened 3 months ago
Running nix build .#cardanow-ts --rebuild I get
nix build .#cardanow-ts --rebuild
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).
$out/lib/node_modules
Running
nix build .#cardanow-ts --rebuild
I getI tried investigating the causes with
without luck (there are many impurities in the
$out/lib/node_modules
).