diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c400f29b..be68de764 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - uses: DeterminateSystems/nix-installer-action@main with: - flakehub: true + determinate: true - run: nix flake show --all-systems --json build_x86_64-linux: @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main with: - flakehub: true + determinate: true - uses: DeterminateSystems/flakehub-cache-action@main - run: | nix build -L \ @@ -77,7 +77,7 @@ jobs: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main with: - flakehub: true + determinate: true - uses: DeterminateSystems/flakehub-cache-action@main - run: | nix build -L --keep-going \ @@ -107,7 +107,7 @@ jobs: path: flake-regressions/tests - uses: DeterminateSystems/nix-installer-action@main with: - flakehub: true + determinate: true - uses: DeterminateSystems/flakehub-cache-action@main - run: nix build -L --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH MAX_FLAKES=50 flake-regressions/eval-all.sh @@ -126,7 +126,7 @@ jobs: uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main with: - flakehub: true + determinate: true - uses: DeterminateSystems/flakehub-cache-action@main - name: Build manual run: nix build .#hydraJobs.manual