From cabbf3c7944af91e06188f03473f6032f7eff3c1 Mon Sep 17 00:00:00 2001 From: Lucas Franceschino Date: Mon, 6 Oct 2025 13:52:51 +0200 Subject: [PATCH] fix: use `determinate` nix Fixes #7. The warning is about a technical detail of what nix "distribution" is installed, this PR switches over to the one considered stable by the installed used by https://github.com/DeterminateSystems/nix-installer-action. --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 744c97a..1e9866d 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,9 @@ inputs: runs: using: "composite" steps: - - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/nix-installer-action@v4 + with: + determinate: true - name: Install & configure Cachix shell: bash run: |