From 11c746f236c24e82c741e0070c95e3de588933e1 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Mon, 15 Apr 2019 23:48:24 +0200 Subject: [PATCH] Update stable channel to 19.03 Closes https://github.com/nix-community/nur-packages-template/issues/4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8065717..3c52c65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: include: - env: NIX_CHANNEL=https://nixos.org/channels/nixpkgs-unstable - env: NIX_CHANNEL=https://nixos.org/channels/nixos-unstable - - env: NIX_CHANNEL=https://nixos.org/channels/nixos-18.09 + - env: NIX_CHANNEL=https://nixos.org/channels/nixos-19.03 install: - nix --version