|
9 | 9 | runs-on: ubuntu-latest |
10 | 10 | steps: |
11 | 11 | - uses: actions/checkout@v4 |
12 | | - - uses: DeterminateSystems/nix-installer-action@main |
13 | | - with: |
14 | | - determinate: true |
| 12 | + - uses: DeterminateSystems/determinate-nix-action@main |
15 | 13 | - uses: DeterminateSystems/flakehub-cache-action@main |
16 | 14 | - name: Check rustfmt |
17 | 15 | run: nix develop --command cargo fmt -- --check |
|
20 | 18 | runs-on: ubuntu-latest |
21 | 19 | steps: |
22 | 20 | - uses: actions/checkout@v4 |
23 | | - - uses: DeterminateSystems/nix-installer-action@main |
24 | | - with: |
25 | | - determinate: true |
| 21 | + - uses: DeterminateSystems/determinate-nix-action@main |
26 | 22 | - uses: DeterminateSystems/flakehub-cache-action@main |
27 | 23 | - name: Build |
28 | 24 | run: nix build -L |
|
41 | 37 | - uses: actions/checkout@v4 |
42 | 38 | with: |
43 | 39 | fetch-depth: 0 |
44 | | - - uses: DeterminateSystems/nix-installer-action@main |
45 | | - with: |
46 | | - determinate: true |
| 40 | + - uses: DeterminateSystems/determinate-nix-action@main |
47 | 41 | - uses: DeterminateSystems/flakehub-cache-action@main |
48 | 42 | - name: Check nixpkgs-fmt formatting |
49 | 43 | run: nix develop --command sh -c "git ls-files '*.nix' | xargs nixpkgs-fmt --check" |
|
62 | 56 | - uses: actions/checkout@v4 |
63 | 57 | with: |
64 | 58 | fetch-depth: 0 |
65 | | - - uses: DeterminateSystems/nix-installer-action@main |
66 | | - with: |
67 | | - determinate: true |
| 59 | + - uses: DeterminateSystems/determinate-nix-action@main |
68 | 60 | - uses: DeterminateSystems/flakehub-cache-action@main |
69 | 61 | - name: Validate JSON Schema |
70 | 62 | run: nix develop --command jv ./schema.json |
|
77 | 69 | - uses: actions/checkout@v4 |
78 | 70 | with: |
79 | 71 | fetch-depth: 0 |
80 | | - - uses: DeterminateSystems/nix-installer-action@main |
81 | | - with: |
82 | | - determinate: true |
| 72 | + - uses: DeterminateSystems/determinate-nix-action@main |
83 | 73 | - uses: DeterminateSystems/flakehub-cache-action@main |
84 | 74 | - name: Verify synthesize integration test still passes |
85 | 75 | run: nix develop -c ./synthesize/integration-test-cases/verify.sh |
0 commit comments