We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a53cc commit 0abbbdcCopy full SHA for 0abbbdc
.github/workflows/nix-flake.yml
@@ -19,6 +19,11 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
steps:
21
- uses: actions/checkout@v4
22
+ - uses: wimpysworld/nothing-but-nix@main
23
+ with:
24
+ hatchet-protocol: 'rampage'
25
+ nix-permission-edict: true
26
+
27
- uses: cachix/install-nix-action@v31
28
with:
29
extra_nix_config: |
@@ -48,6 +53,11 @@ jobs:
48
53
49
54
50
55
56
57
58
59
60
51
61
52
62
63
0 commit comments