workflows/{manual-nixos,nix-parse}: fix failing workflows (#406138)

authored by Wolfgang Walther and committed by GitHub 089f146d d9d16517

+1 -2
+1 -1
.github/workflows/manual-nixos-v2.yml
··· 46 46 47 47 - name: Build NixOS manual 48 48 id: build-manual 49 - run: NIX_PATH=nixpkgs=$(pwd) nix-build --option restrict-eval true ci -A manual --argstr system ${{ matrix.system }} 49 + run: NIX_PATH=nixpkgs=$(pwd) nix-build --option restrict-eval true ci -A manual-nixos --argstr system ${{ matrix.system }} 50 50 51 51 - name: Upload NixOS manual 52 52 uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
-1
.github/workflows/nix-parse-v2.yml
··· 18 18 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 19 19 with: 20 20 ref: ${{ needs.get-merge-commit.outputs.mergedSha }} 21 - if: ${{ env.CHANGED_FILES && env.CHANGED_FILES != '' }} 22 21 23 22 - uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 24 23 with: