Skip to content

Commit

Permalink
Give it a name
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored and pepoviola committed Dec 3, 2023
1 parent 4dfe311 commit 4e9d9b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- uses: cachix/install-nix-action@v24
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: |
- name: "Building the nix file"
run: |
echo "If the job is failing with: \"hash mismatch in fixed-output derivation\""
echo "Copy the hash after \"got:\" and replace \"npmDepsHash\" in \"flake-module.nix\" with the hash"
! nix develop --command "exit 1" 2>&1 | grep "hash mismatch" -A2

0 comments on commit 4e9d9b1

Please sign in to comment.