check flake before building
Some checks failed
Build and Publish / build-release (push) Failing after 2s

This commit is contained in:
2026-04-01 10:26:05 -05:00
parent 1a16661446
commit 0e9931fac2

View File

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