chore: flakebox install

This commit is contained in:
thesimplekid
2024-08-29 11:40:56 +01:00
parent cc5efd9887
commit e2041d3928
5 changed files with 11 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ function check_cargo_lock() {
set -euo pipefail
# https://users.rust-lang.org/t/check-if-the-cargo-lock-is-up-to-date-without-building-anything/91048/5
flakebox-in-each-cargo-workspace cargo update --workspace --locked
flakebox-in-each-cargo-workspace cargo update --workspace --locked |& while read -r note ; do echo "$note (cargo)"; done
}
export -f check_cargo_lock