From 681e04585103fb1c95cc1f9bca052442d7d4faa8 Mon Sep 17 00:00:00 2001 From: Mykhailo Nikiforov Date: Mon, 25 Mar 2024 12:14:50 +0200 Subject: [PATCH] feat: update build ci --- .gitea/workflows/check-flake.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/check-flake.yml b/.gitea/workflows/check-flake.yml index 7b1f9a3..6037434 100644 --- a/.gitea/workflows/check-flake.yml +++ b/.gitea/workflows/check-flake.yml @@ -21,7 +21,5 @@ jobs: 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: Install NixCI - run: nix profile install github:srid/nixci - name: Build nix flake - run: nixci + run: nix --extra-experimental-features nix-command --extra-experimental-features build --no-link --impure .#