Skip to content

Commit fbefa5b

Browse files
timon-schellingKeavon
authored andcommitted
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>
1 parent b564579 commit fbefa5b

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.nix/flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.nix/flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
pkgs.git
7979
pkgs.gobject-introspection
8080
pkgs-unstable.cargo-tauri
81+
pkgs-unstable.cargo-about
8182

8283
# Linker
8384
pkgs.mold

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ in
4444
cargo-watch
4545
cargo-nextest
4646
cargo-expand
47+
cargo-about
4748
wasm-pack
4849
binaryen
4950
wasm-bindgen-cli

0 commit comments

Comments
 (0)