tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/mpv.nix: get rid of `with lib`
Anderson Torres
2 years ago
aa7d79c0
ca916d0f
+1
-3
1 changed file
expand all
collapse all
unified
split
nixos
tests
mpv.nix
+1
-3
nixos/tests/mpv.nix
···
1
1
import ./make-test-python.nix ({ lib, ... }:
2
2
3
3
-
with lib;
4
4
-
5
3
let
6
4
port = toString 4321;
7
5
in
8
6
{
9
7
name = "mpv";
10
10
-
meta.maintainers = with maintainers; [ zopieux ];
8
8
+
meta.maintainers = with lib.maintainers; [ zopieux ];
11
9
12
10
nodes.machine =
13
11
{ pkgs, ... }: