summary refs log tree commit diff
path: root/nixos/tests/couchdb.nix
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2021-03-03 02:44:44 +0100
committerajs124 <git@ajs124.de>2021-05-03 15:41:42 +0200
commit29bcaf04cbc9052acd4522733fe8ee1fa91902dc (patch)
tree43209d0c27241c64feaf47bcdf0682102e02960d /nixos/tests/couchdb.nix
parentb8caf0847ce03c042c597fa22c8e3b88e4b43ac6 (diff)
downloadnixpkgs-29bcaf04cbc9052acd4522733fe8ee1fa91902dc.tar
nixpkgs-29bcaf04cbc9052acd4522733fe8ee1fa91902dc.tar.gz
nixpkgs-29bcaf04cbc9052acd4522733fe8ee1fa91902dc.tar.bz2
nixpkgs-29bcaf04cbc9052acd4522733fe8ee1fa91902dc.tar.lz
nixpkgs-29bcaf04cbc9052acd4522733fe8ee1fa91902dc.tar.xz
nixpkgs-29bcaf04cbc9052acd4522733fe8ee1fa91902dc.tar.zst
nixpkgs-29bcaf04cbc9052acd4522733fe8ee1fa91902dc.zip
couchdb2: drop
Diffstat (limited to 'nixos/tests/couchdb.nix')
-rw-r--r--nixos/tests/couchdb.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/couchdb.nix b/nixos/tests/couchdb.nix
index d038ee7d890..b0b865767f3 100644
--- a/nixos/tests/couchdb.nix
+++ b/nixos/tests/couchdb.nix
@@ -24,8 +24,6 @@ with lib;
   };
 
   nodes = {
-    couchdb1 = makeNode pkgs.couchdb testuser testpass;
-    couchdb2 = makeNode pkgs.couchdb2 testuser testpass;
     couchdb3 = makeNode pkgs.couchdb3 testuser testpass;
   };