remove flakecheck
Some checks failed
Build and Publish / build-release (push) Failing after 3s

This commit is contained in:
2026-04-14 11:20:53 -05:00
parent 07b5b3d7a5
commit deb3fb6626

View File

@@ -16,10 +16,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- uses: DeterminateSystems/flake-checker-action@main
with:
flake-lock-path: ./flake.lock
- name: Build Docker Image via Nix Flake
run: |
nix build .#dockerImage -print-build-logs