diff options
| author | Emily <vcs@emily.moe> | 2024-09-12 14:12:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-12 14:12:07 +0100 |
| commit | 9d7aebb3039fbfb93afebef53210e2999f8b7e1a (patch) | |
| tree | 5f50a3bfe0e2f47f736a5818dfd64b7922367c84 /.github/workflows | |
| parent | a0e362a5c9fa549d61a3ed356bd238352b10f620 (diff) | |
| parent | 537097b3312b6089535d715b5f4a6e22ce4c5b41 (diff) | |
Merge pull request #1073 from emilazy/push-xxvyptqvpqxw
ci/update-manual: use Nixpkgs 24.05
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/update-manual.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-manual.yml b/.github/workflows/update-manual.yml index ef9d52f..c66244d 100644 --- a/.github/workflows/update-manual.yml +++ b/.github/workflows/update-manual.yml @@ -17,11 +17,11 @@ jobs: fetch-depth: 0 - name: Install Nix - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@v27 - name: Build manual run: | - nix-build ./release.nix -I nixpkgs=channel:nixpkgs-23.11-darwin -I darwin=. -A manualHTML + nix-build ./release.nix -I nixpkgs=channel:nixpkgs-24.05-darwin -I darwin=. -A manualHTML - name: Push update to manual run: | |
