mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
nixos/tests/iftop.nix: get rid of with lib
This commit is contained in:
parent
9bdb3ee175
commit
081a3c1fbe
@ -1,10 +1,8 @@
|
|||||||
import ./make-test-python.nix ({ pkgs, lib, ... }:
|
import ./make-test-python.nix ({ pkgs, lib, ... }:
|
||||||
|
|
||||||
with lib;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "iftop";
|
name = "iftop";
|
||||||
meta.maintainers = with pkgs.lib.maintainers; [ ma27 ];
|
meta.maintainers = with lib.maintainers; [ ma27 ];
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
withIftop = {
|
withIftop = {
|
||||||
|
Loading…
Reference in New Issue
Block a user