Closed jbaum98 closed 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.
cargo new --bin
Cargo.lock
nix run /tmp/nocargo init
/tmp/nocargo
nocargo
nix run
I tested this by creating a new rust project with
cargo new --bin
, generating aCargo.lock
file, runningnix run /tmp/nocargo init
(where/tmp/nocargo
is the location of my patched version ofnocargo
). Thennix run
works great.