Fix missing cargo-about in nix shell (#2665)

frontend/vite.config.ts formatThirdPartyLicenses needs cargo-about to be in path.
This adds cargo-about as a build dependency for both nix shells.

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Timon Schelling
2025-05-28 12:41:52 +02:00
committed by Dennis Kobert
co-authored by Keavon Chambers
parent b564579362
commit fbefa5b827
3 changed files with 11 additions and 9 deletions
+1
View File
@@ -44,6 +44,7 @@ in
cargo-watch
cargo-nextest
cargo-expand
cargo-about
wasm-pack
binaryen
wasm-bindgen-cli