You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the adept runtime has been updated without changing the version, or something along those lines.
I was able to successfully install waveforms by forking this repo and manually changing the hash in data/packages.json.
Now, as previously stated, I am no NixOS expert, but I have two ideas for a solution:
Allow users to override the hash in their own nix configs.
Update the scraper to refresh the hashes too.
I'll look into the viability of the first solution on my own as I feel it would be a good way to learn the nix language. I leave it up to you if you want to update the scraper.
The text was updated successfully, but these errors were encountered:
I’ve updated the hashes. Not sure why they were out of date, looks like adept2-runtime hasn’t seen a new release in a good while. The scraper should update its hashes too if an update ever occurs.
Allow users to override the hash in their own nix configs.
nixpkgs has a generic mechanism for this called overlays. In this situation you could have used something like:
I'm new to NixOS so please take everything I say and do with a grain of salt.
I just tried to use this flake, but on rebuild I ran into this error:
It seems that the adept runtime has been updated without changing the version, or something along those lines.
I was able to successfully install waveforms by forking this repo and manually changing the hash in
data/packages.json
.Now, as previously stated, I am no NixOS expert, but I have two ideas for a solution:
I'll look into the viability of the first solution on my own as I feel it would be a good way to learn the nix language. I leave it up to you if you want to update the scraper.
The text was updated successfully, but these errors were encountered: