tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/pantheon.nix: get rid of `with lib`
Anderson Torres
2 years ago
70e8a86b
d1a2a4cb
+1
-3
1 changed file
expand all
collapse all
unified
split
nixos
tests
pantheon.nix
+1
-3
nixos/tests/pantheon.nix
···
3
3
{
4
4
name = "pantheon";
5
5
6
6
-
meta = with lib; {
7
7
-
maintainers = teams.pantheon.members;
8
8
-
};
6
6
+
meta.maintainers = lib.teams.pantheon.members;
9
7
10
8
nodes.machine = { ... }:
11
9