1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

Merge pull request #1073 from emilazy/push-xxvyptqvpqxw

ci/update-manual: use Nixpkgs 24.05
This commit is contained in:
Emily 2024-09-12 14:12:07 +01:00 committed by GitHub
commit 9d7aebb303
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,11 +17,11 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v22 uses: cachix/install-nix-action@v27
- name: Build manual - name: Build manual
run: | 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 - name: Push update to manual
run: | run: |