From 21a3fc9630c3e6d5bc63a7da9ec0587462d79f01 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Mon, 23 Sep 2024 14:41:58 -0700 Subject: [PATCH] .github: ci print config->substituters before checking --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfe7eaf..c7922f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,6 +72,7 @@ jobs: _internal-strict-mode: true - name: Check the cache isn't enabled run: | + nix config show substituters [ $(nix config show substituters) == "https://cache.nixos.org/" ] run-systems: