From e0077c7aacc789fba851ea309116d08ac39e91c2 Mon Sep 17 00:00:00 2001 From: Adam Wolfe Gordon Date: Wed, 20 May 2026 15:26:10 -0600 Subject: [PATCH] build: Use the shared crossplane cachix cache in nix.sh Our CI is already pushing to the org-wide cachix cache called `crossplane`. Update nix.sh to use this cache rather than the non-existent one called `crossplane-cli`. Signed-off-by: Adam Wolfe Gordon --- nix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix.sh b/nix.sh index af43fad..8e06f1b 100755 --- a/nix.sh +++ b/nix.sh @@ -96,8 +96,8 @@ sandbox = true # Cachix is a binary cache service. Our GitHub Actions CI pushes there, so if CI # has recently built the commit you're on Nix will download stuff instead of # rebuilding it locally. -extra-substituters = https://crossplane-cli.cachix.org -extra-trusted-public-keys = crossplane-cli.cachix.org-1:NJluVUN9TX0rY/zAxHYaT19Y5ik4ELH4uFuxje+62d4= +extra-substituters = https://crossplane.cachix.org +extra-trusted-public-keys = crossplane.cachix.org-1:NJluVUN9TX0rY/zAxHYaT19Y5ik4ELH4uFuxje+62d4= " # Only allocate a TTY if stdout is a terminal. TTY mode corrupts binary