about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/cjdns.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/cjdns.nix')
-rw-r--r--nixpkgs/nixos/tests/cjdns.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixpkgs/nixos/tests/cjdns.nix b/nixpkgs/nixos/tests/cjdns.nix
index e03bb9882540..6660eecf05b9 100644
--- a/nixpkgs/nixos/tests/cjdns.nix
+++ b/nixpkgs/nixos/tests/cjdns.nix
@@ -23,8 +23,7 @@ import ./make-test.nix ({ pkgs, ...} : {
     maintainers = [ ehmry ];
   };
 
-  nodes = rec
-    { # Alice finds peers over over ETHInterface.
+  nodes = { # Alice finds peers over over ETHInterface.
       alice =
         { ... }:
         { imports = [ basicConfig ];