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

bust the cache

parent fb96cb32
No related branches found
No related tags found
1 merge request!12Fix openssl build issues
...@@ -54,8 +54,8 @@ jobs: ...@@ -54,8 +54,8 @@ 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.
- privatestorageio-nix-store-v1-{{ checksum "nixpkgs.rev" }} - privatestorageio-nix-store-v2-{{ checksum "nixpkgs.rev" }}
- privatestorageio-nix-store-v1- - privatestorageio-nix-store-v2-
- run: - run:
name: "Run Tests" name: "Run Tests"
...@@ -65,7 +65,7 @@ jobs: ...@@ -65,7 +65,7 @@ jobs:
- save_cache: - save_cache:
name: "Cache Nix Store Paths" name: "Cache Nix Store Paths"
key: privatestorageio-nix-store-v1-{{ checksum "nixpkgs.rev" }} key: privatestorageio-nix-store-v2-{{ checksum "nixpkgs.rev" }}
paths: paths:
- "/nix" - "/nix"
......
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