feat: update build ci
All checks were successful
check-flake / build (push) Successful in 2m38s

This commit is contained in:
2024-03-25 12:52:13 +02:00
parent f0203cc6fe
commit 15a12bce41

View File

@@ -19,9 +19,10 @@ jobs:
uses: cachix/install-nix-action@v26 uses: cachix/install-nix-action@v26
with: with:
github_access_token: ${{ secrets.GH_ACCESS_TOKEN }} github_access_token: ${{ secrets.GH_ACCESS_TOKEN }}
nix_path: nixpkgs=channel:nixos-23.11
- name: Build nix flake - name: Build nix flake
run: | run: |
rm -rf /homeless-shelter while true; do sleep 1; rm -rf /homeless-shelter; done &
nix build nix build
- name: Check nix flake - name: Check nix flake
run: nix flake check --all-systems run: nix flake check --all-systems