mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(bazel): add bzlmod integrity gen function (#12797)
All checks were successful
CI / Run tests (push) Has been skipped
All checks were successful
CI / Run tests (push) Has been skipped
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
parent
1b9d6e5c82
commit
9991822f8c
2 changed files with 18 additions and 7 deletions
|
|
@ -3,3 +3,7 @@ alias bzb='bazel build'
|
|||
alias bzt='bazel test'
|
||||
alias bzr='bazel run'
|
||||
alias bzq='bazel query'
|
||||
|
||||
sri-hash() {
|
||||
openssl dgst -sha256 -binary $1 | openssl base64 -A | sed 's/^/sha256-/'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue