reilabs / hieratika

Efforts to compile LLVM bytecode to run on top of the CairoVM and hence execute provably on Starknet
http://starknet.io
Apache License 2.0
1 stars 0 forks source link

Make the nix stuff work reliably #70

Closed iamrecursion closed 1 month ago

iamrecursion commented 1 month ago

Summary

This fixes some commands that were depending on things being in the system path and not provided by the nix development environment. It also makes the precommit hooks more efficient, now only ever running on changed files as needed.

Details

As long as CI passes this should be good.

Checklist