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