mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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:
@@ -7,8 +7,6 @@
|
||||
|
||||
nodes.machine =
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
in
|
||||
{
|
||||
services.plikd.enable = true;
|
||||
environment.systemPackages = [ pkgs.plik ];
|
||||
|
||||
@@ -183,8 +183,6 @@ mapAttrs (
|
||||
|
||||
testScript =
|
||||
{ nodes, ... }:
|
||||
let
|
||||
in
|
||||
''
|
||||
with subtest("wait for x"):
|
||||
start_all()
|
||||
|
||||
Reference in New Issue
Block a user