File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v3
1212 - uses : DeterminateSystems/nix-installer-action@main
13+ with :
14+ determinate : true
1315 - uses : DeterminateSystems/flakehub-cache-action@main
1416 - name : Check rustfmt
1517 run : nix develop --command cargo fmt -- --check
1921 steps :
2022 - uses : actions/checkout@v3
2123 - uses : DeterminateSystems/nix-installer-action@main
24+ with :
25+ determinate : true
2226 - uses : DeterminateSystems/flakehub-cache-action@main
2327 - name : Build
2428 run : nix build -L
3842 with :
3943 fetch-depth : 0
4044 - uses : DeterminateSystems/nix-installer-action@main
45+ with :
46+ determinate : true
4147 - uses : DeterminateSystems/flakehub-cache-action@main
4248 - name : Check nixpkgs-fmt formatting
4349 run : nix develop --command sh -c "git ls-files '*.nix' | xargs nixpkgs-fmt --check"
5763 with :
5864 fetch-depth : 0
5965 - uses : DeterminateSystems/nix-installer-action@main
66+ with :
67+ determinate : true
6068 - uses : DeterminateSystems/flakehub-cache-action@main
6169 - name : Verify synthesize integration test still passes
6270 run : nix develop -c ./synthesize/integration-test-cases/verify.sh
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v4
1313 - uses : DeterminateSystems/nix-installer-action@main
14+ with :
15+ determinate : true
1416 - uses : DeterminateSystems/flakehub-cache-action@main
1517 - uses : DeterminateSystems/update-flake-lock@main
1618 with :
Original file line number Diff line number Diff line change 66
77jobs :
88 lockfile :
9- runs-on : ubuntu-22.04
9+ runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
1212 uses : actions/checkout@v3
1616 fail-mode : true
1717 - name : Install Nix
1818 uses : DeterminateSystems/nix-installer-action@main
19+ with :
20+ determinate : true
1921 - name : Enable FlakeHub cache
2022 uses : DeterminateSystems/flakehub-cache-action@main
2123 - name : Update flake.lock
You can’t perform that action at this time.
0 commit comments