diff options
| author | Silvan Mosberger <contact@infinisil.com> | 2023-12-20 19:33:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-20 19:33:32 +0100 |
| commit | f27bb1216c942b4a7b3ec57fcbd24acb9b34c71c (patch) | |
| tree | 234824e11c8201846b8fe67fd09d27c5c58dd4a1 /.github | |
| parent | Merge pull request #275685 from r-ryantm/auto-update/python310Packages.litellm (diff) | |
| parent | doc/tests/manpage-urls.py: Add type annotations (diff) | |
| download | nixpkgs-f27bb1216c942b4a7b3ec57fcbd24acb9b34c71c.tar.gz | |
Merge pull request #273773 from nbraud/scripts/doc/check-manpage-urls
maintainers: Add new script to check URLs in `doc/manpage-urls.json`
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/manual-nixpkgs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/manual-nixpkgs.yml b/.github/workflows/manual-nixpkgs.yml index d10b5b9bb701..f33ca16f276a 100644 --- a/.github/workflows/manual-nixpkgs.yml +++ b/.github/workflows/manual-nixpkgs.yml @@ -29,4 +29,4 @@ jobs: name: nixpkgs-ci signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' - name: Building Nixpkgs manual - run: NIX_PATH=nixpkgs=$(pwd) nix-build --option restrict-eval true pkgs/top-level/release.nix -A manual + run: NIX_PATH=nixpkgs=$(pwd) nix-build --option restrict-eval true pkgs/top-level/release.nix -A manual -A manual.tests |
