瀏覽代碼

ci: Add nix Flake check to flake.yml

The nix flake check Command Tests rather the nix package builds in all supported systems and checks formatting.

Signed-off-by: naŭ glenda <plan9git@proton.me>
naŭ glenda 2 年之前
父節點
當前提交
fca749e04e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/flake.yml

+ 2 - 0
.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