From 98741092302a796554b727f54cef1316b405562d Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 24 May 2017 02:12:02 +0200 Subject: krebs/5pkgs: move test stuff to a subdir --- krebs/5pkgs/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'krebs/5pkgs/default.nix') diff --git a/krebs/5pkgs/default.nix b/krebs/5pkgs/default.nix index ea14e02a..6dbb0954 100644 --- a/krebs/5pkgs/default.nix +++ b/krebs/5pkgs/default.nix @@ -3,6 +3,7 @@ with import ; {} // import ./haskell pkgs oldpkgs // import ./simple pkgs oldpkgs + // import ./test pkgs oldpkgs // import ./writers.nix pkgs oldpkgs // { ReaktorPlugins = pkgs.callPackage ./simple/Reaktor/plugins.nix {}; @@ -22,8 +23,4 @@ with import ; symlinkJoin = { name, paths, ... }@args: let x = oldpkgs.symlinkJoin args; in if typeOf x != "lambda" then x else oldpkgs.symlinkJoin name paths; - - test = { - infest-cac-centos7 = pkgs.callPackage ./test/infest-cac-centos7 {}; - }; } -- cgit v1.2.3