summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Steinitz <dominic@steinitz.org>2018-04-03 12:30:04 +0100
committerDominic Steinitz <dominic@steinitz.org>2018-04-03 12:30:04 +0100
commitcff6c4fd908b0dd1bb0ad7159a62474b41e7ee7b (patch)
tree955f0643b2391a5a351149e34e9affd84d131bbf
parent2cdec3df39e5d84b18cf2e735d32b7ec0bf5ffd1 (diff)
Specify which nixpkgs to use
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0071a65..7322a5f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9 key: stack-deps-{{ checksum "stack.yaml" }} 9 key: stack-deps-{{ checksum "stack.yaml" }}
10 - run: 10 - run:
11 name: Install stack 11 name: Install stack
12 command: nix-env -i stack 12 command: nix-env -f https://github.com/nixos/nixpkgs/archive/54ade273e7a677ec35e501174d86d253d9d8dede.tar.gz -i stack
13 - run: 13 - run:
14 name: Setup build toolchain 14 name: Setup build toolchain
15 command: stack --nix setup 15 command: stack --nix setup