From a99bb19d48a8689ee615ebd57ef7f9a56e472fe9 Mon Sep 17 00:00:00 2001 From: Mykhailo Nikiforov Date: Mon, 25 Mar 2024 12:24:50 +0200 Subject: [PATCH] feat: update build ci --- .gitea/workflows/check-flake.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/check-flake.yml b/.gitea/workflows/check-flake.yml index a516b6d..d9e6f1f 100644 --- a/.gitea/workflows/check-flake.yml +++ b/.gitea/workflows/check-flake.yml @@ -20,6 +20,10 @@ jobs: with: github_access_token: ${{ secrets.GH_ACCESS_TOKEN }} - 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 run: nix flake check --all-systems