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

Must check out code to get nixpkgs.rev

parent c899ebb2
No related branches found
No related tags found
1 merge request!12Fix openssl build issues
......@@ -46,6 +46,8 @@ jobs:
# Required for the checkout step
nix-env -i git openssh
- "checkout"
- restore_cache:
# Get all of Nix's state relating to the particular revision of
# nixpkgs we're using. It will always be the same. CircleCI
......@@ -67,8 +69,6 @@ jobs:
- privatestorageio-nix-store-v1-{{ checksum "nixpkgs.rev" }}
- privatestorageio-nix-store-v1-
- "checkout"
- save_cache:
name: "Cache Nix Store Paths"
key: privatestorageio-nix-store-v1-{{ checksum "nixpkgs.rev" }}
......
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