nixos/tests/3proxy.nix: get rid of with lib
This commit is contained in:
parent
75a76768fe
commit
5202b74305
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
{ lib, pkgs, ... }: {
|
||||
name = "3proxy";
|
||||
meta = with lib.maintainers; {
|
||||
maintainers = [ misuzu ];
|
||||
};
|
||||
meta.maintainers = with lib.maintainers; [ misuzu ];
|
||||
|
||||
nodes = {
|
||||
peer0 = { lib, ... }: {
|
||||
|
|
Loading…
Reference in a new issue