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

@@ -19,6 +19,10 @@ jobs:
- uses: DeterminateSystems/determinate-nix-action@v3 - 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 - name: Build Docker Image via Nix Flake
run: | run: |
nix build ./build#dockerImage --print-build-logs nix build ./build#dockerImage --print-build-logs