Commit 8bbbba08 authored by Hugo Herter's avatar Hugo Herter
Browse files

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.
parent 09911a05
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7,8 +7,6 @@

  nodes.machine =
    { pkgs, ... }:
    let
    in
    {
      services.plikd.enable = true;
      environment.systemPackages = [ pkgs.plik ];
+0 −2
Original line number Diff line number Diff line
@@ -183,8 +183,6 @@ mapAttrs (

    testScript =
      { nodes, ... }:
      let
      in
      ''
        with subtest("wait for x"):
            start_all()