Created
February 14, 2023 13:26
-
-
Save johnny9/0585191f0cb3252a058cba7f2cc64a6c to your computer and use it in GitHub Desktop.
Print out hashes from guix builds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find guix-build-$(git rev-parse --short=12 HEAD)/output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment