From 32c5a34e81cf89a3cdd61e0fa42135e7deaa4029 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 20 Apr 2025 11:10:23 -0700 Subject: run nix flake check on CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c50105e..31327ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,3 +14,5 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v16 - name: check formatting run: nix develop --command treefmt + - name: check configuration + run: nix flake check --all-systems -- cgit v1.2.3