diff --git a/.forgejo/workflows/update-lock.yml b/.forgejo/workflows/update-lock.yml index 7d1a2b8..49bfc1d 100644 --- a/.forgejo/workflows/update-lock.yml +++ b/.forgejo/workflows/update-lock.yml @@ -43,7 +43,7 @@ jobs: echo "commits=$(git log --oneline origin/main..HEAD)" >> "$GITHUB_OUTPUT" - name: Create Pull Request - if: ${{ steps.update_lockfile.outputs.commits }} != "" + if: ${{ steps.update_lockfile.outputs.commits != '' }} run: | git push origin HEAD curl -X POST \ diff --git a/flake.lock b/flake.lock index 92687c2..31a7067 100644 --- a/flake.lock +++ b/flake.lock @@ -22,16 +22,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1730785428, - "narHash": "sha256-Zwl8YgTVJTEum+L+0zVAWvXAGbWAuXHax3KzuejaDyo=", + "lastModified": 1730958623, + "narHash": "sha256-JwQZIGSYnRNOgDDoIgqKITrPVil+RMWHsZH1eE1VGN0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4aa36568d413aca0ea84a1684d2d46f55dbabad7", + "rev": "85f7e662eda4fa3a995556527c87b2524b691933", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" }