about summary refs log tree commit diff
path: root/nixos/tests/polaris.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-30 11:26:19 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:29 -0300
commita8790192f3634328236924a9ba41cd459a38322b (patch)
tree2c8dce062fe35cd66a08f7de906848caac32274a /nixos/tests/polaris.nix
parent8cc0632c464c0390c16a8e32c8b59b5ade6c2899 (diff)
nixos/tests/polaris.nix: get rid of `with lib`
Diffstat (limited to 'nixos/tests/polaris.nix')
-rw-r--r--nixos/tests/polaris.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/polaris.nix b/nixos/tests/polaris.nix
index fb2e67f075aac..bb105d600032f 100644
--- a/nixos/tests/polaris.nix
+++ b/nixos/tests/polaris.nix
@@ -1,10 +1,8 @@
 import ./make-test-python.nix ({ lib, ... }:
 
-with lib;
-
 {
   name = "polaris";
-  meta.maintainers = with maintainers; [ pbsds ];
+  meta.maintainers = with lib.maintainers; [ pbsds ];
 
   nodes.machine =
     { pkgs, ... }: {