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