From c5255b17514658364c15dc0d29edbf0b3189fc51 Mon Sep 17 00:00:00 2001 From: 9glenda Date: Thu, 14 Sep 2023 21:30:14 +0200 Subject: [PATCH] ci: removed nix build in favor of nix flake check --- .github/workflows/flake.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index f762f229..022fe155 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -13,7 +13,5 @@ jobs: uses: DeterminateSystems/flake-checker-action@v5 # This action - name: Install Nix uses: DeterminateSystems/nix-installer-action@v4 - - name: Build default package - run: nix build - name: Nix Flake Check run: nix flake check --all-systems