| 5 Jan 2024 |
@qbit:tapenet.org | you shouldn't need to specify an installPhase | 15:27:02 |
@faust403:matrix.org | nativeBuildInputs, as I suppose, also | 15:27:27 |
@faust403:matrix.org | What is a vendor hash at all ? It's nix-hash for src + fetched content aka go modules ? | 15:28:15 |
@qbit:tapenet.org | vendorHash is the hash of all the dependent modules | 15:28:38 |
@qbit:tapenet.org | if you look in /nix/store you should see a *-neutrond-go-modules* | 15:29:03 |
@qbit:tapenet.org | at build that gets tied into the neutrond derivation as a vendor directory | 15:29:34 |
@faust403:matrix.org | Ye, I see this | 15:29:34 |
@faust403:matrix.org | So, its drv for deps | 15:29:50 |
@qbit:tapenet.org | your installPhase is probably blocking that from happening | 15:30:06 |
@qbit:tapenet.org | what happens when you remove your installPhase? | 15:30:13 |