summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2017-09-23 08:09:04 +0200
committerGitHub <noreply@github.com>2017-09-23 08:09:04 +0200
commit3b0818fb35a159fce313f0459505594a1b88861d (patch)
treed790405918daf00fccbc8c5d326e43455f51cf0c
parentb06775cef7ef3487033d971a6bd579041bb67549 (diff)
parent613f9c8ce07e0269ae3629ca61631829c7ba686c (diff)
Merge pull request #17 from matthewbauer/patch-1
Switch to nixpkgs-unstable channel.
-rw-r--r--.travis.yml1
-rw-r--r--tests/extern.nix2
-rw-r--r--tests/intern.nix2
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 <http://www.gnu.org/licenses/>
-import ./../../nixpkgs/nixos/tests/make-test.nix {
+import <nixpkgs/nixos/tests/make-test.nix> {
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 <http://www.gnu.org/licenses/>
-import ./../../nixpkgs/nixos/tests/make-test.nix {
+import <nixpkgs/nixos/tests/make-test.nix> {
machine =
{ config, pkgs, ... }: