From 62775cfce3b625fbe3273828b26476a14301251d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 17 Dec 2025 14:57:44 +0000 Subject: [PATCH] fix: Nix config consistency in format-check job Co-authored-by: Jyumpp <11142390+Jyumpp@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e759fdf..b5a9432 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: with: extra-conf: | experimental-features = nix-command flakes + accept-flake-config = true - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@main