about summary refs log tree commit diff
path: root/nixos/tests/budgie.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-29 22:17:04 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:25 -0300
commitb5a6dff664b0f60a4e9fde6f48e1e97def093b20 (patch)
treef978dd921d7d62c27fee3edc9e15ee2ddd81a8d6 /nixos/tests/budgie.nix
parent047734d8e6bc7aa8c4b26cdaf583e6ab9cf3d4ac (diff)
nixos/tests/budgie.nix: get rid of `with lib`
Diffstat (limited to 'nixos/tests/budgie.nix')
-rw-r--r--nixos/tests/budgie.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/budgie.nix b/nixos/tests/budgie.nix
index a2599572b3bf0..ff6bd31281953 100644
--- a/nixos/tests/budgie.nix
+++ b/nixos/tests/budgie.nix
@@ -1,9 +1,7 @@
 import ./make-test-python.nix ({ pkgs, lib, ... }: {
   name = "budgie";
 
-  meta = with lib; {
-    maintainers = [ maintainers.federicoschonborn ];
-  };
+  meta.maintainers = [ lib.maintainers.federicoschonborn ];
 
   nodes.machine = { ... }: {
     imports = [