Skip to content
Snippets Groups Projects
Commit 88c8208a authored by Tom Prince's avatar Tom Prince
Browse files

Bump cache version.

parent 8df33d6c
No related branches found
No related tags found
1 merge request!101Update haskell.nix version used in CI and deployment.
...@@ -85,9 +85,9 @@ jobs: ...@@ -85,9 +85,9 @@ jobs:
# If nixpkgs changes then potentially a lot of cached packages for # If nixpkgs changes then potentially a lot of cached packages for
# the base system will be invalidated so we may as well drop them # the base system will be invalidated so we may as well drop them
# and make a new cache with the new packages. # and make a new cache with the new packages.
- paymentserver-nix-store-v3-{{ checksum "nixpkgs.rev" }}-{{ checksum "nix/challenge-bypass-ristretto-repo.nix" }} - paymentserver-nix-store-v5-{{ checksum "nixpkgs.rev" }}-{{ checksum "nix/challenge-bypass-ristretto-repo.nix" }}
- paymentserver-nix-store-v3-{{ checksum "nixpkgs.rev" }}- - paymentserver-nix-store-v5-{{ checksum "nixpkgs.rev" }}-
- paymentserver-nix-store-v3- - paymentserver-nix-store-v5-
- run: - run:
name: "Building with Nix" name: "Building with Nix"
...@@ -112,7 +112,7 @@ jobs: ...@@ -112,7 +112,7 @@ jobs:
- save_cache: - save_cache:
name: "Cache Nix Store Paths" name: "Cache Nix Store Paths"
key: paymentserver-nix-store-v3-{{ checksum "nixpkgs.rev" }}-{{ checksum "nix/challenge-bypass-ristretto-repo.nix" }} key: paymentserver-nix-store-v5-{{ checksum "nixpkgs.rev" }}-{{ checksum "nix/challenge-bypass-ristretto-repo.nix" }}
paths: paths:
- "/nix" - "/nix"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment