Skip to content
Snippets Groups Projects
Commit 264e8cc8 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

note this is broken and point to issue in tracker for it

parent 9fbb1037
No related branches found
No related tags found
1 merge request!14Try out a CircleCI configuration
......@@ -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-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment