diff --git a/nixos/tests/plikd.nix b/nixos/tests/plikd.nix index b21ab73f1d16..6ed7fd5130e8 100644 --- a/nixos/tests/plikd.nix +++ b/nixos/tests/plikd.nix @@ -7,8 +7,6 @@ nodes.machine = { pkgs, ... }: - let - in { services.plikd.enable = true; environment.systemPackages = [ pkgs.plik ]; diff --git a/nixos/tests/terminal-emulators.nix b/nixos/tests/terminal-emulators.nix index b5b8b084a94b..2af1cbe518ba 100644 --- a/nixos/tests/terminal-emulators.nix +++ b/nixos/tests/terminal-emulators.nix @@ -183,8 +183,6 @@ mapAttrs ( testScript = { nodes, ... }: - let - in '' with subtest("wait for x"): start_all()