about summary refs log tree commit diff
path: root/nixos/tests/deepin.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-07-28 22:27:17 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-01 10:12:12 +0000
commitc532a4f227954413d2dd0dea04976c9f6b8c0165 (patch)
treeebc6e5bc0417074d9fe63a3ca6afe370a8ff5672 /nixos/tests/deepin.nix
parenteb03402e28f72690887d1eab28440d9bd193f233 (diff)
nixos/tests/deepin.nix: remove overuses of `with`
Diffstat (limited to 'nixos/tests/deepin.nix')
-rw-r--r--nixos/tests/deepin.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/deepin.nix b/nixos/tests/deepin.nix
index acec27ca1c42a..7b2e2430f31c7 100644
--- a/nixos/tests/deepin.nix
+++ b/nixos/tests/deepin.nix
@@ -1,9 +1,7 @@
 import ./make-test-python.nix ({ pkgs, lib, ... }: {
   name = "deepin";
 
-  meta = with lib; {
-    maintainers = teams.deepin.members;
-  };
+  meta.maintainers = lib.teams.deepin.members;
 
   nodes.machine = { ... }: {
     imports = [