paulyoung / nixpkgs-dfinity-sdk

Nixpkgs overlay for the DFINITY SDK.
Apache License 2.0
0 stars 3 forks source link

Ability to make SDK versions from GitHub releases #6

Open paulyoung opened 2 years ago

paulyoung commented 2 years ago

This means that we don't need to wait for https://download.dfinity.systems/sdk/manifest.json to be updated before using a version that has been tagged on GitHub.

For example, at the time of writing version 0.10.101 isn't present in manifest.json but is on GitHub at https://github.com/dfinity/sdk/releases/tag/0.10.101

paulyoung commented 2 years ago

Build failure possibly related to https://github.com/NixOS/patchelf/issues/255#issuecomment-907561501

paulyoung commented 2 years ago

I can now reproduce the CI failures locally in a NixOS VM.