nixos/tests/mpv.nix: get rid of with lib
This commit is contained in:
@@ -1,13 +1,11 @@
|
|||||||
import ./make-test-python.nix ({ lib, ... }:
|
import ./make-test-python.nix ({ lib, ... }:
|
||||||
|
|
||||||
with lib;
|
|
||||||
|
|
||||||
let
|
let
|
||||||
port = toString 4321;
|
port = toString 4321;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = "mpv";
|
name = "mpv";
|
||||||
meta.maintainers = with maintainers; [ zopieux ];
|
meta.maintainers = with lib.maintainers; [ zopieux ];
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|||||||
Reference in New Issue
Block a user