From b4b5f11749b0a816da0be5057cd1ef6b47d43e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Mon, 18 Dec 2023 14:21:55 +0100 Subject: [PATCH] Hmm --- .github/workflows/checks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 44d429b59..a5d2a68ee 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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"