This commit is contained in:
Luc Perkins 2022-07-31 23:03:09 +02:00
parent a3134d2ce7
commit 35ae0ecef2
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2

View file

@ -27,7 +27,8 @@
deps = with pkgs; [ openssl pkgconfig ];
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 {
packages.default = rust;