From 253ac9819d4a8a3f12256e0a11ae87e4e0d52431 Mon Sep 17 00:00:00 2001 From: Per Stark Date: Tue, 23 Jun 2026 07:36:13 +0200 Subject: [PATCH] ci: disable determinate nix flakehub --- .github/workflows/ci.yml | 2 ++ .github/workflows/release.yml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd754cb..e7e7934 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: submodules: recursive - uses: DeterminateSystems/determinate-nix-action@v3 + with: + determinate: false - uses: DeterminateSystems/magic-nix-cache-action@main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bd30c8..23d6add 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,8 @@ jobs: - name: Install Nix uses: DeterminateSystems/determinate-nix-action@v3 + with: + determinate: false - uses: DeterminateSystems/magic-nix-cache-action@main @@ -205,6 +207,8 @@ jobs: - name: Install Nix uses: DeterminateSystems/determinate-nix-action@v3 + with: + determinate: false - uses: DeterminateSystems/magic-nix-cache-action@main