We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a534cfe commit b46990fCopy full SHA for b46990f
1 file changed
.github/workflows/build.yml
@@ -646,6 +646,8 @@ jobs:
646
run: |
647
HASH=$(nix eval --raw .#graphite${{ inputs.debug && '-dev' || '' }}.deps | cut -c12-43)
648
curl -I https://graphite-dev.cachix.org/${HASH}.narinfo
649
+ echo $HASH
650
+ echo "https://graphite-dev.cachix.org/${HASH}.narinfo"
651
nix build .#graphite${{ inputs.debug && '-dev' || '' }}.deps --no-link --print-out-paths --print-build-logs
652
653
- name: 📦 Build Nix package
0 commit comments