diff --git a/.circleci/config.yml b/.circleci/config.yml index 152aae81dd82c7d4dcd0231fcc29ca0a0bc9b114..cbfda01f7cbf502299e04b4f7b5201568c3b43c7 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-