The hercules-ci build cannot run in casper-network/casper-rust-sdk as I don't have any permissions to enable the hercules-ci application. The CI build will moreover only start once a flake.nix is present in the main branch.
In order to package this repository with Nix I had to re-introduce the Cargo.lock file. A reason why it should'nt be ignored can be found in issue #6
This adds a nix layer above the casper-rust-sdk.
For an example how the github actions look see: https://github.com/cspr-rad/casper-rust-sdk/pull/1
The hercules-ci build cannot run in casper-network/casper-rust-sdk as I don't have any permissions to enable the hercules-ci application. The CI build will moreover only start once a
flake.nix
is present in the main branch.In order to package this repository with Nix I had to re-introduce the Cargo.lock file. A reason why it should'nt be ignored can be found in issue #6