From 0e9931fac281252c3104f4c728f22a9c87fcfe8d Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Wed, 1 Apr 2026 10:26:05 -0500 Subject: [PATCH] check flake before building --- .gitea/workflows/build-and-publish.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 0e3f3bc..cc1cf09 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -18,6 +18,10 @@ jobs: uses: actions/checkout@v4 - uses: DeterminateSystems/determinate-nix-action@v3 + + - uses: DeterminateSystems/nix-flake-checker-action@main + with: + flake-lock-path: ./build/flake.lock - name: Build Docker Image via Nix Flake run: |