Skip to content

Instantly share code, notes, and snippets.

@johnny9
Created February 14, 2023 13:26
Show Gist options
  • Select an option

  • Save johnny9/0585191f0cb3252a058cba7f2cc64a6c to your computer and use it in GitHub Desktop.

Select an option

Save johnny9/0585191f0cb3252a058cba7f2cc64a6c to your computer and use it in GitHub Desktop.
Print out hashes from guix builds
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