tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/oci-containers.nix: get rid of `with lib`
Anderson Torres
2 years ago
56934ebe
98f50648
+2
-3
1 changed file
expand all
collapse all
unified
split
nixos
tests
oci-containers.nix
+2
-3
nixos/tests/oci-containers.nix
···
11
11
mkOCITest = backend: makeTest {
12
12
name = "oci-containers-${backend}";
13
13
14
14
-
meta = {
15
15
-
maintainers = with lib.maintainers; [ adisbladis benley mkaito ] ++ lib.teams.serokell.members;
16
16
-
};
14
14
+
meta.maintainers = lib.teams.serokell.members
15
15
+
++ (with lib.maintainers; [ adisbladis benley mkaito ]);
17
16
18
17
nodes = {
19
18
${backend} = { pkgs, ... }: {