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

Get our source first so ristretto.nix is available for checksum

parent 37f4c9ab
No related branches found
No related tags found
Loading
......@@ -46,6 +46,9 @@ jobs:
command: |
echo "export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/$NIXPKGS_REV.tar.gz" >> $BASH_ENV
# Get *our* source code.
- "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
......@@ -77,9 +80,6 @@ jobs:
- paymentserver-nix-store-v1-3c83ad6ac13b67101cc3e2e07781963a010c1624-
- paymentserver-nix-store-v1-
# Get *our* source code.
- "checkout"
- restore_cache:
# Restore the cache of Stack's state. This will have all of the
# compiled Haskell libraries we depend on and even the compiled
......
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