Skip to content

Commit

Permalink
Pin nixpkgs revision in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thufschmitt committed Sep 20, 2018
1 parent b83e0d0 commit 6a130ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
- run:
name: System dependencies
command: |
export NIX_PATH=nixpkgs=https://github.com/nixos/nixpkgs/archive/75942f96b3f7136cdc9cc7d9704824f17fabec02.tar.gz
apk update --no-progress && apk --no-progress add bash ca-certificates
nix-channel --update && nix-env -iA nixpkgs.bazel nixpkgs.gcc
nix-env -iA nixpkgs.bazel nixpkgs.gcc
- run:
name: Run tests
command: bazel test //...

0 comments on commit 6a130ca

Please sign in to comment.