diff options
| author | Michael Hoang <Enzime@users.noreply.github.com> | 2024-11-09 10:06:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-09 10:06:57 +0000 |
| commit | 3c4a2b1150d2ffc3a37826c9f5bdaa64da13d56b (patch) | |
| tree | 933cb67f38215bb361c1f84aa69af0f84d64af97 /.github | |
| parent | 814f2c2ab4eab1149f54c94846791953c497d26a (diff) | |
| parent | a89c85192354229d9fc0adfe11f3f89620eb9487 (diff) | |
Merge pull request #1158 from Enzime/push-xqtwkopwkvpu
ci: don't override nixpkgs when building the manual
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-manual.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-manual.yml b/.github/workflows/update-manual.yml index a2f9382..42ee21e 100644 --- a/.github/workflows/update-manual.yml +++ b/.github/workflows/update-manual.yml @@ -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: | |
