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

This commit is contained in:
Anderson Torres 2023-04-30 11:26:16 -03:00
parent 9bdb3ee175
commit 081a3c1fbe

View File

@ -1,10 +1,8 @@
import ./make-test-python.nix ({ pkgs, lib, ... }:
with lib;
{
name = "iftop";
meta.maintainers = with pkgs.lib.maintainers; [ ma27 ];
meta.maintainers = with lib.maintainers; [ ma27 ];
nodes = {
withIftop = {