From 1eb5d9d1416c495f2de8934878452ba4b7de0a3c Mon Sep 17 00:00:00 2001 From: Mykhailo Nikiforov Date: Mon, 25 Mar 2024 12:17:49 +0200 Subject: [PATCH] feat: update build ci --- .gitea/workflows/check-flake.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/check-flake.yml b/.gitea/workflows/check-flake.yml index 6037434..a516b6d 100644 --- a/.gitea/workflows/check-flake.yml +++ b/.gitea/workflows/check-flake.yml @@ -19,7 +19,7 @@ jobs: uses: cachix/install-nix-action@v26 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 - name: Build nix flake - run: nix --extra-experimental-features nix-command --extra-experimental-features build --no-link --impure .# + run: nix build + - name: Check nix flake + run: nix flake check --all-systems