|
24 | 24 | runs-on: ${{ inputs.runs-on }} |
25 | 25 | steps: |
26 | 26 | - uses: actions/checkout@v3 |
27 | | - - uses: nixbuild/nix-quick-install-action@v25 |
| 27 | + - uses: DeterminateSystems/nix-installer-action@main |
28 | 28 | - name: Update subflake references |
29 | 29 | run: ./.github/workflows/update-subflake.sh |
30 | 30 | # - uses: DeterminateSystems/magic-nix-cache-action@main |
|
40 | 40 | name: ${{ matrix.target.jobName }} |
41 | 41 | runs-on: ${{ inputs.runs-on }} |
42 | 42 | steps: |
43 | | - - uses: nixbuild/nix-quick-install-action@v25 |
| 43 | + - uses: DeterminateSystems/nix-installer-action@main |
44 | 44 | # - uses: DeterminateSystems/magic-nix-cache-action@main |
45 | 45 | - uses: divnix/std-action/run@main |
46 | 46 |
|
|
53 | 53 | name: ${{ matrix.target.jobName }} |
54 | 54 | runs-on: ${{ inputs.runs-on }} |
55 | 55 | steps: |
56 | | - - uses: nixbuild/nix-quick-install-action@v25 |
| 56 | + - uses: DeterminateSystems/nix-installer-action@main |
57 | 57 | # - uses: DeterminateSystems/magic-nix-cache-action@main |
58 | 58 | - uses: divnix/std-action/run@main |
59 | 59 |
|
|
66 | 66 | name: ${{ matrix.target.jobName }} |
67 | 67 | runs-on: ${{ inputs.runs-on }} |
68 | 68 | steps: |
69 | | - - uses: nixbuild/nix-quick-install-action@v25 |
| 69 | + - uses: DeterminateSystems/nix-installer-action@main |
70 | 70 | - uses: actions/checkout@v3 |
71 | 71 | - name: Update subflake references |
72 | 72 | run: ./.github/workflows/update-subflake.sh |
|
0 commit comments