From 8324c9e37846c3e73ed93a9f9968f2b7440346b6 Mon Sep 17 00:00:00 2001 From: itslychee Date: Sun, 9 Jun 2024 15:07:49 -0500 Subject: [PATCH] GHA(cachix): don't use substituter and use installCommand --- .github/actions/bootstrap/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/bootstrap/action.yml b/.github/actions/bootstrap/action.yml index b86be3b2..95868122 100644 --- a/.github/actions/bootstrap/action.yml +++ b/.github/actions/bootstrap/action.yml @@ -22,3 +22,5 @@ runs: with: name: lychee authToken: ${{ inputs.CACHIX_KEY }} + skipAddingSubstituter: 'true' + installCommand: "nix profile install nixpkgs#cachix"