nixos/tests/sonarr.nix: get rid of `with lib`
Anderson Torres 2 years ago 5f00f1f4 1b26f82e
··· 1 1 import ./make-test-python.nix ({ lib, ... }: 2 2 3 3 - with lib; 4 4 - 5 3 { 6 4 name = "sonarr"; 7 7 - meta.maintainers = with maintainers; [ etu ]; 5 5 + meta.maintainers = with lib.maintainers; [ etu ]; 8 6 9 7 nodes.machine = 10 8 { pkgs, ... }: