about summary refs log tree commit diff
path: root/nixos/tests/odoo.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-30 11:26:18 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:29 -0300
commit196debcf296540849a639becb2916f70d92544ea (patch)
tree81b3d4aab4951f5cb55d4058cdea9290e901bbcf /nixos/tests/odoo.nix
parent56934ebec436a3baa375629977375a58bc7dcb82 (diff)
nixos/tests/odoo.nix: get rid of `with lib`
Diffstat (limited to 'nixos/tests/odoo.nix')
-rw-r--r--nixos/tests/odoo.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/nixos/tests/odoo.nix b/nixos/tests/odoo.nix
index 96e3405482b41..7c2cf31370f9d 100644
--- a/nixos/tests/odoo.nix
+++ b/nixos/tests/odoo.nix
@@ -1,8 +1,6 @@
-import ./make-test-python.nix ({ pkgs, lib, ...} : with lib; {
+import ./make-test-python.nix ({ pkgs, lib, ...} : {
   name = "odoo";
-  meta = with pkgs.lib.maintainers; {
-    maintainers = [ mkg20001 ];
-  };
+  meta.maintainers = with lib.maintainers; [ mkg20001 ];
 
   nodes = {
     server = { ... }: {