chore: add cargo-make and trunk in nix flake (#1763)

* add `cargo-make` dependency for nix
* add `trunk` dependency for nix
This commit is contained in:
Antonin Peronnet 2023-09-23 17:10:24 +02:00 committed by GitHub
parent d99269afac
commit 0531831fe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,8 @@
openssl
pkg-config
cacert
cargo-make
trunk
(rust-bin.selectLatestNightlyWith( toolchain: toolchain.default.override {
extensions= [ "rust-src" "rust-analyzer" ];
targets = [ "wasm32-unknown-unknown" ];