From 5f00f1f49c38ded052d6e76853ebd21fa3b48dba Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sun, 30 Apr 2023 11:26:19 -0300 Subject: [PATCH] nixos/tests/sonarr.nix: get rid of `with lib` --- nixos/tests/sonarr.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/tests/sonarr.nix b/nixos/tests/sonarr.nix index bdfc8916cb7f..57e6b72db3a3 100644 --- a/nixos/tests/sonarr.nix +++ b/nixos/tests/sonarr.nix @@ -1,10 +1,8 @@ import ./make-test-python.nix ({ lib, ... }: -with lib; - { name = "sonarr"; - meta.maintainers = with maintainers; [ etu ]; + meta.maintainers = with lib.maintainers; [ etu ]; nodes.machine = { pkgs, ... }: