From 476c8467a0bc0fd97b05722ef58996f3168beed0 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 14 Jan 2022 12:39:43 -0500 Subject: [PATCH] switch to the other nix image --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cb99adb..9ed1bea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: # Run in a highly Nix-capable environment. This lets us use Stack's nix # integration and other useful Nix features to specify and run the # build. - - image: "nixorg/nix:circleci" + - image: "nixos/nix:2.3.16" resource_class: "xlarge" -- GitLab