travis: use nixpkgs unstable channel

This commit is contained in:
Jörg Thalheim 2018-07-05 13:49:17 +01:00
parent 0ab0ac9f78
commit fd2e8b0495

View file

@ -14,6 +14,9 @@ fi
export encrypted_025d6e877aa4_key= encrypted_025d6e877aa4_iv=
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
nix-channel --update
./nur/format_repos_manifest
if [ -n "$(git diff --exit-code repos.json)" ]; then
echo "repos.json was not formatted before committing repos.json:" >&2