nixos/tests: drop empty let/in stubs

Remove the empty let/in blocks from the terminal-emulators
and plikd tests to comply with RFC-0166 and avoid rebuild diffs.
This commit is contained in:
Hugo Herter
2026-01-23 19:27:39 +01:00
parent 09911a052d
commit 8bbbba08ab
2 changed files with 0 additions and 4 deletions

View File

@@ -7,8 +7,6 @@
nodes.machine =
{ pkgs, ... }:
let
in
{
services.plikd.enable = true;
environment.systemPackages = [ pkgs.plik ];

View File

@@ -183,8 +183,6 @@ mapAttrs (
testScript =
{ nodes, ... }:
let
in
''
with subtest("wait for x"):
start_all()