···15 # we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback
16 steps:
17 - uses: actions/checkout@v2
18- - uses: cachix/install-nix-action@v15
19 # explicit list of supportedSystems is needed until aarch64-darwin becomes part of the trunk jobset
20 - run: nix-build pkgs/top-level/release.nix -A tarball.nixpkgs-basic-release-checks --arg supportedSystems '[ "aarch64-darwin" "aarch64-linux" "x86_64-linux" "x86_64-darwin" ]'
···15 # we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback
16 steps:
17 - uses: actions/checkout@v2
18+ - uses: cachix/install-nix-action@v16
19 # explicit list of supportedSystems is needed until aarch64-darwin becomes part of the trunk jobset
20 - run: nix-build pkgs/top-level/release.nix -A tarball.nixpkgs-basic-release-checks --arg supportedSystems '[ "aarch64-darwin" "aarch64-linux" "x86_64-linux" "x86_64-darwin" ]'
+1-1
.github/workflows/editorconfig.yml
···28 # pull_request_target checks out the base branch by default
29 ref: refs/pull/${{ github.event.pull_request.number }}/merge
30 if: env.PR_DIFF
31- - uses: cachix/install-nix-action@v15
32 if: env.PR_DIFF
33 with:
34 # nixpkgs commit is pinned so that it doesn't break
···28 # pull_request_target checks out the base branch by default
29 ref: refs/pull/${{ github.event.pull_request.number }}/merge
30 if: env.PR_DIFF
31+ - uses: cachix/install-nix-action@v16
32 if: env.PR_DIFF
33 with:
34 # nixpkgs commit is pinned so that it doesn't break
+1-1
.github/workflows/manual-nixos.yml
···18 with:
19 # pull_request_target checks out the base branch by default
20 ref: refs/pull/${{ github.event.pull_request.number }}/merge
21- - uses: cachix/install-nix-action@v15
22 with:
23 # explicitly enable sandbox
24 extra_nix_config: sandbox = true
···18 with:
19 # pull_request_target checks out the base branch by default
20 ref: refs/pull/${{ github.event.pull_request.number }}/merge
21+ - uses: cachix/install-nix-action@v16
22 with:
23 # explicitly enable sandbox
24 extra_nix_config: sandbox = true
+1-1
.github/workflows/manual-nixpkgs.yml
···18 with:
19 # pull_request_target checks out the base branch by default
20 ref: refs/pull/${{ github.event.pull_request.number }}/merge
21- - uses: cachix/install-nix-action@v15
22 with:
23 # explicitly enable sandbox
24 extra_nix_config: sandbox = true
···18 with:
19 # pull_request_target checks out the base branch by default
20 ref: refs/pull/${{ github.event.pull_request.number }}/merge
21+ - uses: cachix/install-nix-action@v16
22 with:
23 # explicitly enable sandbox
24 extra_nix_config: sandbox = true
+1-1
.github/workflows/nixos-manual.yml
···19 with:
20 # pull_request_target checks out the base branch by default
21 ref: refs/pull/${{ github.event.pull_request.number }}/merge
22- - uses: cachix/install-nix-action@v15
23 - name: Check DocBook files generated from Markdown are consistent
24 run: |
25 nixos/doc/manual/md-to-db.sh
···19 with:
20 # pull_request_target checks out the base branch by default
21 ref: refs/pull/${{ github.event.pull_request.number }}/merge
22+ - uses: cachix/install-nix-action@v16
23 - name: Check DocBook files generated from Markdown are consistent
24 run: |
25 nixos/doc/manual/md-to-db.sh