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