Bust the cache

This commit is contained in:
joneshf 2018-08-09 22:23:50 -07:00
parent af3c7d6935
commit 58cd90b103
No known key found for this signature in database
GPG Key ID: C8FFFC4E889B880E

View File

@ -7,6 +7,8 @@ jobs:
- checkout
- restore_cache:
keys:
- v2-nix-{{ checksum "package.yaml" }}
- v2-nix-
- v1-nix-{{ checksum "package.yaml" }}
- v1-nix-
name: Restoring cache
@ -14,7 +16,7 @@ jobs:
name: Compile
command: nix-shell --run 'make sdist test -j2'
- save_cache:
key: v1-nix-{{ checksum "package.yaml" }}
key: v2-nix-{{ checksum "package.yaml" }}
name: Caching nix
paths:
- /nix