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