Skip to content

Commit

Permalink
................
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Dec 18, 2023
1 parent 56aafb4 commit 6817dbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
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>shell_output
cat shell_output
! nix develop --command "exit 1" 2>shell_output
# Filter the hash and then replace it in `flake-module.nix`
# This needs to run before the last step that may let's the job fail
Expand Down

0 comments on commit 6817dbe

Please sign in to comment.