From f66f6445ea0951eb745aaedfb0949e05d7484777 Mon Sep 17 00:00:00 2001 From: xeals Date: Sat, 17 Oct 2020 14:26:06 +1100 Subject: [PATCH] ci: stable -> unstable NUR upstream requires that everything builds on Nixpkgs unstable, so I guess that's what we're using. Also enable NixOS unstable to see if we can get that for free as well. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 110547a..f41f624 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,9 @@ env: jobs: include: - # - env: NIX_PATH=nixpkgs=channel:nixpkgs-unstable - # - env: NIX_PATH=nixpkgs=channel:nixos-unstable - - env: NIX_PATH=nixpkgs=channel:nixos-20.03 + - env: NIX_PATH=nixpkgs=channel:nixpkgs-unstable + - env: NIX_PATH=nixpkgs=channel:nixos-unstable + # - env: NIX_PATH=nixpkgs=channel:nixos-20.03 script: - nix-build ci.nix -kA buildOutputs