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 0d311c9 commit 1548dffCopy full SHA for 1548dff
.github/workflows/push.yaml
@@ -1,6 +1,8 @@
1
name: Build with nix
2
3
on: [push, pull_request, workflow_dispatch]
4
+permissions:
5
+ actions: write
6
jobs:
7
build:
8
runs-on: ubuntu-latest
@@ -9,10 +11,9 @@ jobs:
9
11
- uses: actions/checkout@v4
10
12
13
- name: Install Nix
- uses: cachix/install-nix-action@v31
14
+ uses: nixbuild/nix-quick-install-action@v31
15
with:
- github_access_token: ${{ secrets.GITHUB_TOKEN }}
- extra_nix_config: |
16
+ nix_conf: |
17
keep-env-derivations = true
18
keep-outputs = true
19
0 commit comments