feat: update build ci
Some checks failed
check-flake / lockfile (push) Failing after 1m35s

This commit is contained in:
2024-03-25 12:24:50 +02:00
parent 1eb5d9d141
commit a99bb19d48

View File

@@ -20,6 +20,10 @@ jobs:
with: with:
github_access_token: ${{ secrets.GH_ACCESS_TOKEN }} github_access_token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Build nix flake - name: Build nix flake
run: nix build run: |
# Deny root access to homeless-shelter
sudo mkdir /homeless-shelter
sudo chmod 000 /homeless-shelter
nix build
- name: Check nix flake - name: Check nix flake
run: nix flake check --all-systems run: nix flake check --all-systems