From f348804f54e4253346509ed4ae31cbdfe18d9cc6 Mon Sep 17 00:00:00 2001 From: Jonas Schneider-Bensch Date: Wed, 14 Jan 2026 14:10:25 +0100 Subject: [PATCH 1/3] Bump `DeterminateSystems/nix-installer-action` to v21 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c5fdc69..cc84ee6 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: runs: using: "composite" steps: - - uses: DeterminateSystems/nix-installer-action@v4 + - uses: DeterminateSystems/nix-installer-action@v21 with: determinate: true - uses: DeterminateSystems/magic-nix-cache-action@main From efe9968ccdeab8a4e6d741fa2640ccfcc58cd69e Mon Sep 17 00:00:00 2001 From: Jonas Schneider-Bensch Date: Wed, 14 Jan 2026 14:11:12 +0100 Subject: [PATCH 2/3] Disable `use-flakehub` option for `DeterminateSystems/magic-nix-cache-action` --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index cc84ee6..ab2fcde 100644 --- a/action.yml +++ b/action.yml @@ -16,6 +16,8 @@ runs: with: determinate: true - uses: DeterminateSystems/magic-nix-cache-action@main + - with: + use-flakehub: false - name: Install F* shell: bash run: nix profile install "$FLAKE" From 8314d4fa02ce97a0ed1f0087a52062c91dc01622 Mon Sep 17 00:00:00 2001 From: Jonas Schneider-Bensch Date: Wed, 14 Jan 2026 14:18:06 +0100 Subject: [PATCH 3/3] Fix typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ab2fcde..af80755 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: with: determinate: true - uses: DeterminateSystems/magic-nix-cache-action@main - - with: + with: use-flakehub: false - name: Install F* shell: bash