1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-05-10 21:06:12 +02:00
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;