fix travis by allowing broken packages

This commit is contained in:
Ryan Mulligan 2019-07-29 07:44:39 -07:00
parent 59172c23f3
commit 1f45df7085

View File

@ -2,7 +2,7 @@
name = "nixpkgs-unstable";
url = "https://releases.nixos.org/nixos/unstable/nixos-19.09pre186563.b5f5c97f7d6/nixexprs.tar.xz";
sha256 = "175jkhcfdyq0ddvc0188dzpm9lgmrplvgxx5gzmbzy86jywhhqs2";
}, pkgs ? import nixpkgs-tarball {} }:
}, pkgs ? import nixpkgs-tarball { config = { allowBroken = true; }; } }:
let