More README info
This commit is contained in:
parent
6a70f079c7
commit
37df0c0575
7 changed files with 83 additions and 20 deletions
|
@ -27,8 +27,7 @@
|
|||
|
||||
deps = with pkgs; [ openssl pkgconfig ];
|
||||
rustTools = with pkgs;
|
||||
[ cargo-profiler rust-analyzer ]
|
||||
++ optionals isLinux (with pkgs; [ cargo-watch ]);
|
||||
[ rust-analyzer ] ++ optionals isLinux (with pkgs; [ cargo-watch ]);
|
||||
in {
|
||||
packages.default = rust;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue