We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c35dfc commit d89ddd2Copy full SHA for d89ddd2
1 file changed
.github/workflows/nix-github-actions.yml
@@ -27,11 +27,18 @@ jobs:
27
strategy:
28
fail-fast: false
29
matrix: ${{ fromJSON(needs.nix-matrix.outputs.matrix) }}
30
+ permissions:
31
+ contents: write
32
+ id-token: write
33
steps:
34
- uses: actions/checkout@v4
35
- 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
40
- uses: DeterminateSystems/determinate-nix-action@main
-
41
+ - uses: DeterminateSystems/magic-nix-cache-action@main
42
- name: Build and Stage
43
run: |
44
nix build -L '.#${{ matrix.attr }}' \
0 commit comments