lol

nixos/tests/iftop.nix: get rid of `with lib`

+1 -3
+1 -3
nixos/tests/iftop.nix
··· 1 1 import ./make-test-python.nix ({ pkgs, lib, ... }: 2 2 3 - with lib; 4 - 5 3 { 6 4 name = "iftop"; 7 - meta.maintainers = with pkgs.lib.maintainers; [ ma27 ]; 5 + meta.maintainers = with lib.maintainers; [ ma27 ]; 8 6 9 7 nodes = { 10 8 withIftop = {