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: |