update README
This commit is contained in:
parent
4bd40b51f0
commit
41280130fc
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
A template Rust project with fully functional and no-frills Nix support, as well as builtin VSCode configuration to get IDE experience without any manual setup (just open in VSCode and accept the suggestions).
|
||||
A template Rust project with fully functional and no-frills Nix support, as well as builtin VSCode configuration to get IDE experience without any manual setup (just open in VSCode and accept the suggestions). Based on `dream2nix` and [nix-cargo-integration](https://github.com/yusdacra/nix-cargo-integration).
|
||||
|
||||
See [Nix-ifying Rust projects](https://srid.ca/rust-nix) for details.
|
||||
Note: If you are looking for the original template based on [this blog post](https://srid.ca/rust-nix)'s use of `crate2nix`, you [this tag](https://github.com/srid/rust-nix-template/tree/crate2nix).
|
||||
|
||||
## Adapting this template
|
||||
|
||||
|
@ -17,9 +17,6 @@ This repo uses [Flakes](https://nixos.wiki/wiki/Flakes) from the get-go, but com
|
|||
# Dev shell
|
||||
nix develop
|
||||
|
||||
# or just run directly
|
||||
nix run
|
||||
|
||||
# or run via cargo
|
||||
nix develop -c cargo run
|
||||
|
||||
|
|
Loading…
Reference in a new issue