ci: use nix-community cachix
This commit is contained in:
parent
8bc9a4e87b
commit
328b59ed03
1
.github/workflows/cachix.yaml
vendored
1
.github/workflows/cachix.yaml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
|||
with:
|
||||
name: alarsyo
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
extraPullNames: "nix-community"
|
||||
|
||||
- name: Build package
|
||||
run: nix build --verbose -L .#"${{ matrix.name }}"
|
||||
|
|
Loading…
Reference in a new issue