Skip to content

Commit

Permalink
nix ci: add note for updating nix hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Sep 2, 2023
1 parent 7d31c40 commit 4db2f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
if [ "$(git status --porcelain=v1 2>/dev/null | wc -l)" = "1" ]; then
git status
echo "::error::Nix hashes are not up to date"
echo "::error::Nix hashes are not up to date. Update them with the `update-nix-package-dep` command in the nix devshell."
fi
build:
Expand Down

0 comments on commit 4db2f84

Please sign in to comment.