From efbd2a1860d33085af1558e160c73c4096f31048 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 14 Jan 2022 13:39:17 -0500
Subject: [PATCH] a more accurate explanation

---
 .circleci/config.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index eecb216..7cf31d7 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -17,9 +17,8 @@ version: 2.1
 jobs:
   build:
     docker:
-      # 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.
+      # Run in a highly Nix-capable environment.  This lets build with Nix
+      # directly.
       - image: "nixos/nix:2.3.16"
 
     resource_class: "xlarge"
-- 
GitLab