mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-27 02:52:02 +03:00
321 B
321 B
To build a cargo project with a comprehensive test suite, run the following in a fresh directory:
nix flake init -t github:ipetkov/crane#quick-start
Alternatively, if you have an existing project already, copy and paste the
following flake.nix
:
{{#include ../../examples/quick-start/flake.nix}}