summaryrefslogtreecommitdiffstats
path: root/nixos/tests
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-04-18 23:11:00 +0200
committerVladimír Čunát <v@cunat.cz>2020-04-18 23:11:00 +0200
commite233a9d4dd1484d2b79e496d45f5e785642638ef (patch)
tree499ab40e63dafe5b272106ed386a568af6a9d16e /nixos/tests
parentf63bc540cbd559736f1671e4ee10e4560b3d5d2a (diff)
parentd96487b9cadb27aba64cb05c2e4962fb3c9e1890 (diff)
Merge #84442: staging-next branch
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/gnome3-xorg.nix6
-rw-r--r--nixos/tests/gnome3.nix6
2 files changed, 6 insertions, 6 deletions
diff --git a/nixos/tests/gnome3-xorg.nix b/nixos/tests/gnome3-xorg.nix
index f793bb922ad7..b59badcd5de4 100644
--- a/nixos/tests/gnome3-xorg.nix
+++ b/nixos/tests/gnome3-xorg.nix
@@ -1,7 +1,7 @@
-import ./make-test-python.nix ({ pkgs, ...} : {
+import ./make-test-python.nix ({ pkgs, lib, ...} : {
name = "gnome3-xorg";
- meta = with pkgs.stdenv.lib.maintainers; {
- maintainers = pkgs.gnome3.maintainers;
+ meta = with lib; {
+ maintainers = teams.gnome.members;
};
machine = { nodes, ... }: let
diff --git a/nixos/tests/gnome3.nix b/nixos/tests/gnome3.nix
index 486c146d8dc3..17e72c5f6510 100644
--- a/nixos/tests/gnome3.nix
+++ b/nixos/tests/gnome3.nix
@@ -1,7 +1,7 @@
-import ./make-test-python.nix ({ pkgs, ...} : {
+import ./make-test-python.nix ({ pkgs, lib, ...} : {
name = "gnome3";
- meta = with pkgs.stdenv.lib.maintainers; {
- maintainers = pkgs.gnome3.maintainers;
+ meta = with lib; {
+ maintainers = teams.gnome.members;
};
machine =