fix: differing hash between nixos and darwin#141
fix: differing hash between nixos and darwin#141frostplexx wants to merge 5 commits intoInrixia:masterfrom
Conversation
|
This solution wont work because of the pipeline and nix-update If you can prove that the pipeline updates both hashes when the pnpm deps hash changes this can go through imo |
|
Running the CI it seems to replace both hashes with the one for NixOS: frostplexx@e0b76b7. Not sure how to work around this without refactoring the whole nix code. |
|
Hmmm,, might look into nix-update (the tool used in the pipeline) and if they have darwin support of some sort? It would be really tidious changing the hash for every update manually |
|
Changing the runner to be "macos-latest" makes it so nix-update uses the hashes for macOS: frostplexx@fdfba97. I think its possible to maintain two separate injection files: |
|
Lmk when this is ready to merge. And please resolve conflicts |
Closes #140 which is an issue introduced by my previous PR #138.