fix flag
Some checks failed
Build and Publish / build-release (push) Has been cancelled

This commit is contained in:
2026-04-13 16:41:47 -05:00
parent fd47a80057
commit dfe82d6c9c

View File

@@ -31,7 +31,7 @@ jobs:
- name: Build Docker Image via Nix Flake
run: |
NIX_BUILD_CORES=2 nix build .#dockerImage --max-jobs=2 --print-build-logs
NIX_BUILD_CORES=2 nix build .#dockerImage --max-jobs 2 --print-build-logs
docker load < result
- name: Push closure to Attic cache