LeastAuthority / python-challenge-bypass-ristretto

Python bindings for Brave's challenge-bypass-ristretto library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The challenge-bypass-ristretto-ffi Rust crate is tricky to build

exarkun opened this issue · comments

The crate2nix generated expression for the Rust crate points at the local filesystem for its source. However, the source is only present if git submodules have been properly updated and it is easy to forget to do this, resulting in a weird build error. Additionally, the resulting build then depends on what version you had checked out (maybe with changes), making the results less predictable

Make this crate point to the Github for its source.