From fca749e04e0919d6af834fbca71d8e04756f1984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?na=C5=AD=20glenda?= Date: Thu, 14 Sep 2023 18:51:00 +0200 Subject: [PATCH] ci: Add nix Flake check to flake.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The nix flake check Command Tests rather the nix package builds in all supported systems and checks formatting. Signed-off-by: naĆ­ glenda --- .github/workflows/flake.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index 544c96da..f762f229 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -15,3 +15,5 @@ jobs: uses: DeterminateSystems/nix-installer-action@v4 - name: Build default package run: nix build + - name: Nix Flake Check + run: nix flake check --all-systems