Skip to content

Commit b33e922

Browse files
committed
ci: remove cachix step
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent 8b62be2 commit b33e922

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,11 @@ jobs:
2929
experimental-features = flakes nix-command pipe-operator
3030
accept-flake-config = true
3131
32-
- uses: cachix/cachix-action@v15
33-
with:
34-
name: spearman4157
35-
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
36-
3732
- name: "Free up Space"
3833
run: ./nix.sh ci_increase_storage
3934

4035
- name: Build & push all outputs
36+
env:
37+
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
4138
run: |
4239
nix develop .#ci --command bash -c "nix-build-all --systems x86_64-linux --override-input flake . --out-link flake --cachix-cache spearman4157"
43-
cat flake

.github/workflows/pr.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,13 @@ jobs:
2828
experimental-features = flakes nix-command pipe-operator
2929
accept-flake-config = true
3030
31-
- uses: cachix/cachix-action@v15
32-
with:
33-
name: spearman4157
34-
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
35-
3631
- name: "Free up Space"
3732
run: ./nix.sh ci_increase_storage
3833

3934
- name: "Build both closures"
4035
id: build
36+
env:
37+
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
4138
run: |
4239
nix develop .#ci --command bash -euo pipefail <<'OUTER'
4340
nix-build-all --systems x86_64-linux --override-input flake . --out-link newFlake --cachix-cache spearman4157

0 commit comments

Comments
 (0)