about summary refs log tree commit diff
path: root/nixos/tests/polaris.nix
diff options
context:
space:
mode:
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, ... }: {