From 91303a2f6e582ab4e21266984f72d10f2b83ecc7 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 18 Apr 2023 17:03:47 +0200 Subject: chore(.github): enable cache.nixos.org binary cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When the TVL binary cache gets gc'd, we are left with nothing — we want to avoid bootstrapping nixpkgs from scratch at least. --- .github/workflows/doc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index dcf5013..659adc2 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -19,8 +19,8 @@ jobs: - name: Build web output run: | nix-build -A deploy docs/web.nix \ - --option substituters 'https://cache.tvl.su' \ - --option trusted-public-keys 'cache.tvl.su:kjc6KOMupXc1vHVufJUoDUYeLzbwSr9abcAKdn/U1Jk=' + --option substituters 'https://cache.tvl.su https://cache.nixos.org' \ + --option trusted-public-keys 'cache.tvl.su:kjc6KOMupXc1vHVufJUoDUYeLzbwSr9abcAKdn/U1Jk= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=' ./result -w tmp - name: Deploy output to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4.4.1 -- cgit 1.4.1