This commit is contained in:
parent
6e40002459
commit
cc429dc1aa
|
@ -11,7 +11,13 @@ jobs:
|
||||||
# with:
|
# with:
|
||||||
# name: felschr
|
# name: felschr
|
||||||
# authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
# authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
- run: nix flake check --accept-flake-config
|
- name: set nix config
|
||||||
|
run: |
|
||||||
|
export NIX_CONFIG='
|
||||||
|
experimental-features = nix-command flakes
|
||||||
|
accept-flake-config = true
|
||||||
|
'
|
||||||
|
- run: nix flake check
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- run: nix build .#brlaser
|
- run: nix build .#brlaser
|
||||||
- run: nix build .#deconz
|
- run: nix build .#deconz
|
||||||
|
|
Loading…
Reference in a new issue