about summary refs log tree commit diff
path: root/nixos/tests/iftop.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-30 11:26:16 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:28 -0300
commit081a3c1fbec0bc4743442a131ac25b31d0bdc434 (patch)
treec068f7d32978bd3811e43fe7714bc551547d5a3c /nixos/tests/iftop.nix
parent9bdb3ee1755f2da2f410712147d18520a61b8133 (diff)
nixos/tests/iftop.nix: get rid of `with lib`
Diffstat (limited to 'nixos/tests/iftop.nix')
-rw-r--r--nixos/tests/iftop.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/iftop.nix b/nixos/tests/iftop.nix
index 6d0090b39463d..933f115a8a5ad 100644
--- a/nixos/tests/iftop.nix
+++ b/nixos/tests/iftop.nix
@@ -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 = {