From 9d1cf13fd12779f9d8ce0dd462b52fd0fd374aff Mon Sep 17 00:00:00 2001 From: Mykhailo Nikiforov Date: Mon, 25 Mar 2024 11:50:36 +0200 Subject: [PATCH] feat: use nixci to build flake --- .gitea/workflows/check-flake.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/check-flake.yml b/.gitea/workflows/check-flake.yml index 0db1f7c..7b1f9a3 100644 --- a/.gitea/workflows/check-flake.yml +++ b/.gitea/workflows/check-flake.yml @@ -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