Nix NodeJS | 204 Members | |
| 58 Servers |
| Sender | Message | Time |
|---|---|---|
| 9 Nov 2023 | ||
| 14:27:08 | ||
| I am trying to build a frontend with mkYarnPackage but it fails on download for this lockfile
The error is:
I'm not sure why the hash doesn't align | 15:29:00 | |
| That looks interesting, Have you tried to refresh the npmDeps Hash? | 15:34:42 | |
| I'm not defining it's just: mkYarnPackage { name = "node-modules"; src=./.; } | 15:40:15 | |
In reply to @szucsitg:matrix.orgwhat is the hash in the lockfile? it's not in your snippet | 15:43:29 | |
| If you start a new yarn project it's getting added like this 🤷 | 15:45:33 | |
| Is that the entire file? | 15:46:13 | |
| Yes, that's my full test repo lock file. The original project has like 3k deps, I'm trying to isolate the issue | 15:47:05 | |
In reply to @szucsitg:matrix.orgAnd this is your entire derivation? | 15:47:56 | |
| No, it's not. But it doesn't get to mkDerivation that would depend on the node-modules | 15:48:57 | |