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

Bust the Nix store cache. We have more dependencies to put in it.

parent 85192631
No related branches found
No related tags found
1 merge request!29Fix the direct Nix build
......@@ -82,9 +82,9 @@ jobs:
# If nixpkgs changes then potentially a lot of cached packages for
# the base system will be invalidated so we may as well drop them
# and make a new cache with the new packages.
- paymentserver-nix-store-v1-{{ checksum "nixpkgs.rev" }}-{{ checksum "ristretto.nix" }}
- paymentserver-nix-store-v1-{{ checksum "nixpkgs.rev" }}-
- paymentserver-nix-store-v1-
- paymentserver-nix-store-v2-{{ checksum "nixpkgs.rev" }}-{{ checksum "ristretto.nix" }}
- paymentserver-nix-store-v2-{{ checksum "nixpkgs.rev" }}-
- paymentserver-nix-store-v2-
- restore_cache:
# Restore the cache of Stack's state. This will have all of the
......@@ -156,7 +156,7 @@ jobs:
- save_cache:
name: "Cache Nix Store Paths"
key: paymentserver-nix-store-v1-{{ checksum "nixpkgs.rev" }}-{{ checksum "ristretto.nix" }}
key: paymentserver-nix-store-v2-{{ checksum "nixpkgs.rev" }}-{{ checksum "ristretto.nix" }}
paths:
- "/nix"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment