summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-09-05 22:49:18 +0200
committerDomen Kožar <domen@dev.si>2014-09-05 22:49:31 +0200
commitb420eeba44c8428bf90f4655d94cc336c49ffec4 (patch)
tree3c28ea2408dc4e7d13b5ad50c9fad6a32083c201 /nixos/tests
parent718106e958cbd872ecf3e08a451b80f68f950dae (diff)
remove bittorrent package since it's obsolete
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/bittorrent.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/bittorrent.nix b/nixos/tests/bittorrent.nix
index b12a861f723a1..c4a00ee507b2c 100644
--- a/nixos/tests/bittorrent.nix
+++ b/nixos/tests/bittorrent.nix
@@ -28,7 +28,7 @@ in
   nodes =
     { tracker =
         { config, pkgs, ... }:
-        { environment.systemPackages = [ pkgs.transmission pkgs.bittorrent ];
+        { environment.systemPackages = [ pkgs.transmission ];
 
           # We need Apache on the tracker to serve the torrents.
           services.httpd.enable = true;