mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 13:28:16 +00:00
ci: don't override nixpkgs when building the manual
This causes `nix-darwin` to not have `rev` or `dirtyRev`
This commit is contained in:
parent
814f2c2ab4
commit
a89c851923
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-manual.yml
vendored
2
.github/workflows/update-manual.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build manual
|
- name: Build manual
|
||||||
run: |
|
run: |
|
||||||
nix build .#manualHTML --override-input nixpkgs nixpkgs/nixpkgs-24.05-darwin
|
nix build .#manualHTML
|
||||||
|
|
||||||
- name: Push update to manual
|
- name: Push update to manual
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue