Skip to content

Commit

Permalink
ci: don't override nixpkgs when building the manual
Browse files Browse the repository at this point in the history
This causes `nix-darwin` to not have `rev` or `dirtyRev`
  • Loading branch information
Enzime committed Nov 9, 2024
1 parent 814f2c2 commit a89c851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a89c851

Please sign in to comment.