feat: use nixci to build flake
Some checks failed
check-flake / lockfile (push) Failing after 7m20s

This commit is contained in:
2024-03-25 11:50:36 +02:00
parent fa6148515c
commit 9d1cf13fd1

View File

@@ -20,9 +20,8 @@ jobs:
with:
github_access_token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Check nix flake
run: |
nix --extra-experimental-features nix-command --extra-experimental-features flakes flake check --all-systems
run: 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
run: |
rm -rf /homeless-shelter
nix --extra-experimental-features nix-command --extra-experimental-features flakes build --no-link .#
run: nixci