oxalica / nocargo

[alpha] Build Rust crates with Nix Build System.
MIT License
138 stars 9 forks source link

Add aarch64-linux support #13

Closed jbaum98 closed 1 year ago

jbaum98 commented 1 year ago

I tested this by creating a new rust project with cargo new --bin, generating a Cargo.lock file, running nix run /tmp/nocargo init (where /tmp/nocargo is the location of my patched version of nocargo). Then nix run works great.