From 256b1d19275ba63caac26ebc442da813b2d4e621 Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Wed, 4 Oct 2023 18:49:05 -0400 Subject: [PATCH] Revert "Try removing cachix" This reverts commit cf869439d43cb863eb7692bcfb990b98b90e067d. --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8bc24d43..0f3a4dd8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,8 +109,7 @@ jobs: - checkout - run: name: Lint SQL files - #command: cachix watch-exec "${CACHIX_NAME}" -- nix develop --command ./dev-scripts/lint-sql - command: nix develop --command ./dev-scripts/lint-sql + command: cachix watch-exec "${CACHIX_NAME}" -- nix develop --command ./dev-scripts/lint-sql e2e: docker: - image: mcr.microsoft.com/playwright:v1.29.2-focal