mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-11-30 02:08:03 +03:00
fix travis by allowing broken packages
This commit is contained in:
parent
59172c23f3
commit
1f45df7085
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user