File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments