Skip to content

Commit

Permalink
Hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Dec 18, 2023
1 parent 6469ad0 commit b4b5f11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ jobs:
# Filter the hash and then replace it in `flake-module.nix`
cat shell_output | grep "got:" | sed "s/[ \t]*got:[ \t]*//" > hash
sed "s@npmDepsHash = \"[^\"]*\"@npmDepsHash = \"$(cat hash)\"@" -i flake-module.nix
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Fix nix hash"

0 comments on commit b4b5f11

Please sign in to comment.