Unverified Commit ecdb2e3a authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixos/tests: drop empty let/in stubs (#483136)

parents ef74ba32 8bbbba08
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()