1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +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:
Michael Hoang 2024-11-09 20:37:07 +11:00
parent 814f2c2ab4
commit a89c851923

View file

@ -21,7 +21,7 @@ jobs:
- name: Build manual
run: |
nix build .#manualHTML --override-input nixpkgs nixpkgs/nixpkgs-24.05-darwin
nix build .#manualHTML
- name: Push update to manual
run: |