Add cross to Rust env

This commit is contained in:
Luc Perkins 2022-07-31 22:49:23 +02:00
parent f6ab73a1d3
commit a3134d2ce7
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
2 changed files with 3 additions and 1 deletions

View file

@ -27,7 +27,7 @@
deps = with pkgs; [ openssl pkgconfig ];
rustTools = with pkgs;
[ cargo-audit cargo-deny 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;