From 613f9c8ce07e0269ae3629ca61631829c7ba686c Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Fri, 22 Sep 2017 12:37:03 -0500 Subject: [PATCH] Switch to nixpkgs-unstable channel. see travis-ci/travis-ci#8483 --- .travis.yml | 1 - tests/extern.nix | 2 +- tests/intern.nix | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe9e2d1..22e0e56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: nix script: - - git clone --depth 1 https://github.com/NixOS/nixpkgs ../nixpkgs - nix-build tests/intern.nix - nix-build tests/extern.nix diff --git a/tests/extern.nix b/tests/extern.nix index 147d218..f98f10e 100644 --- a/tests/extern.nix +++ b/tests/extern.nix @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see -import ./../../nixpkgs/nixos/tests/make-test.nix { +import { nodes = { server = { config, pkgs, ... }: diff --git a/tests/intern.nix b/tests/intern.nix index 5002e24..d066c24 100644 --- a/tests/intern.nix +++ b/tests/intern.nix @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see -import ./../../nixpkgs/nixos/tests/make-test.nix { +import { machine = { config, pkgs, ... }: