diff options
Diffstat (limited to 'nixos/tests/containers-reloadable.nix')
-rw-r--r-- | nixos/tests/containers-reloadable.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/containers-reloadable.nix b/nixos/tests/containers-reloadable.nix index 5fb42f2272b3..15862ac64c12 100644 --- a/nixos/tests/containers-reloadable.nix +++ b/nixos/tests/containers-reloadable.nix @@ -45,7 +45,6 @@ in { }; testScript = {nodes, ...}: let - originalSystem = nodes.client.config.system.build.toplevel; c1System = nodes.client_c1.config.system.build.toplevel; c2System = nodes.client_c2.config.system.build.toplevel; in '' |