From fd2e8b04954e074b7a653f2c78636a062ce285b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 5 Jul 2018 13:49:17 +0100 Subject: [PATCH] travis: use nixpkgs unstable channel --- ci/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/deploy.sh b/ci/deploy.sh index 292fd935c..eed587268 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -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