about summary refs log tree commit diff
path: root/nixos/tests/gnome.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-29 22:17:05 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:26 -0300
commit3002c44f4811f0c32ebb82251c41e3917dedf9fb (patch)
treecb757534d31a2bf4f3c6edaaeb10f7a1a555dc5b /nixos/tests/gnome.nix
parentca96a578a54963c2400de0d4592796d781093d5b (diff)
nixos/tests/gnome.nix: get rid of `with lib`
Diffstat (limited to 'nixos/tests/gnome.nix')
-rw-r--r--nixos/tests/gnome.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/gnome.nix b/nixos/tests/gnome.nix
index 5a28e3bb0e810..9aa88c4852c07 100644
--- a/nixos/tests/gnome.nix
+++ b/nixos/tests/gnome.nix
@@ -1,8 +1,6 @@
 import ./make-test-python.nix ({ pkgs, lib, ...} : {
   name = "gnome";
-  meta = with lib; {
-    maintainers = teams.gnome.members;
-  };
+  meta.maintainers = lib.teams.gnome.members;
 
   nodes.machine =
     { ... }: