From f4328b56eb76cc6af8f6eb930db16ab48555b5ac Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 3 Jan 2022 14:13:52 -0500
Subject: [PATCH] is it here anywhere?

---
 .circleci/config.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 8068836..133f761 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -179,6 +179,7 @@ jobs:
       - run:
           name: "Set up Cachix"
           command: |
+            find / -name ca-bundle.crt
             nix-env -f $NIXPKGS -iA cachix bash
             cachix use "${CACHIX_NAME}"
             nix path-info --all > /tmp/store-path-pre-build
-- 
GitLab