summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authormisuzu <bakalolka@gmail.com>2019-10-10 14:56:05 +0300
committermisuzu <bakalolka@gmail.com>2019-11-11 16:15:29 +0200
commit08eb63b5ac9f004dccc678184f9d7fead1040012 (patch)
treea11be7471da9d17a7d5bd3588724b4a63134de09 /nixos/tests/all-tests.nix
parentb571728081aad41343b52faa064d583e2091cc86 (diff)
downloadnixpkgs-08eb63b5ac9f004dccc678184f9d7fead1040012.tar
nixpkgs-08eb63b5ac9f004dccc678184f9d7fead1040012.tar.gz
nixpkgs-08eb63b5ac9f004dccc678184f9d7fead1040012.tar.bz2
nixpkgs-08eb63b5ac9f004dccc678184f9d7fead1040012.tar.lz
nixpkgs-08eb63b5ac9f004dccc678184f9d7fead1040012.tar.xz
nixpkgs-08eb63b5ac9f004dccc678184f9d7fead1040012.tar.zst
nixpkgs-08eb63b5ac9f004dccc678184f9d7fead1040012.zip
nixos/3proxy: init
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 9db505a27d4..f01c6e71fce 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -21,6 +21,7 @@ let
     else {};
 in
 {
+  _3proxy = handleTest ./3proxy.nix {};
   acme = handleTestOn ["x86_64-linux"] ./acme.nix {};
   atd = handleTest ./atd.nix {};
   automysqlbackup = handleTest ./automysqlbackup.nix {};