format
This commit is contained in:
parent
a3134d2ce7
commit
35ae0ecef2
|
@ -27,7 +27,8 @@
|
||||||
|
|
||||||
deps = with pkgs; [ openssl pkgconfig ];
|
deps = with pkgs; [ openssl pkgconfig ];
|
||||||
rustTools = with pkgs;
|
rustTools = with pkgs;
|
||||||
[ cargo-audit cargo-deny cargo-cross rust-analyzer ] ++ optionals isLinux (with pkgs; [ cargo-watch ]);
|
[ cargo-audit cargo-deny cargo-cross rust-analyzer ]
|
||||||
|
++ optionals isLinux (with pkgs; [ cargo-watch ]);
|
||||||
in {
|
in {
|
||||||
packages.default = rust;
|
packages.default = rust;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue