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