From 264e8cc823577659edb02a071b49794a49ed8c6b Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 11 Sep 2019 09:12:04 -0400
Subject: [PATCH] note this is broken and point to issue in tracker for it

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

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 152aae8..cbfda01 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -54,6 +54,10 @@ jobs:
           # Read about caching dependencies: https://circleci.com/docs/2.0/caching/
           name: "Restore Nix Store Paths"
           keys:
+            # This doesn't work right.  "<no value>" is interpolated in,
+            # instead of the value for NIXPKGS_REV set above.
+            #
+            # https://github.com/PrivateStorageio/PaymentServer/issues/15
             - paymentserver-nix-store-v1-{{ .Environment.NIXPKGS_REV }}
             - paymentserver-nix-store-v1-
 
-- 
GitLab