Skip to content

Commit d89ddd2

Browse files
committed
no bloat
1 parent 5c35dfc commit d89ddd2

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/nix-github-actions.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,18 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix: ${{ fromJSON(needs.nix-matrix.outputs.matrix) }}
30+
permissions:
31+
contents: write
32+
id-token: write
3033
steps:
3134
- uses: actions/checkout@v4
3235
- uses: wimpysworld/nothing-but-nix@main
36+
with:
37+
hatchet-protocol: 'rampage'
38+
root-safe-haven: '3072' # Reserve 3GB on the / filesystem
39+
mnt-safe-haven: '2048' # Reserve 2GB on the /mnt filesystem
3340
- uses: DeterminateSystems/determinate-nix-action@main
34-
41+
- uses: DeterminateSystems/magic-nix-cache-action@main
3542
- name: Build and Stage
3643
run: |
3744
nix build -L '.#${{ matrix.attr }}' \

0 commit comments

Comments
 (0)