This commit is contained in:
@@ -20,9 +20,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_access_token: ${{ secrets.GH_ACCESS_TOKEN }}
|
github_access_token: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||||
- name: Check nix flake
|
- name: Check nix flake
|
||||||
run: |
|
run: nix --extra-experimental-features nix-command --extra-experimental-features flakes flake check --all-systems
|
||||||
nix --extra-experimental-features nix-command --extra-experimental-features flakes flake check --all-systems
|
- name: Install NixCI
|
||||||
|
run: nix profile install github:srid/nixci
|
||||||
- name: Build nix flake
|
- name: Build nix flake
|
||||||
run: |
|
run: nixci
|
||||||
rm -rf /homeless-shelter
|
|
||||||
nix --extra-experimental-features nix-command --extra-experimental-features flakes build --no-link .#
|
|
||||||
|
|||||||
Reference in New Issue
Block a user