nixos/tests/polaris.nix: get rid of `with lib`

Changed files
+1 -3
nixos
tests
+1 -3
nixos/tests/polaris.nix
···
import ./make-test-python.nix ({ lib, ... }:
-
with lib;
-
{
name = "polaris";
-
meta.maintainers = with maintainers; [ pbsds ];
nodes.machine =
{ pkgs, ... }: {
···
import ./make-test-python.nix ({ lib, ... }:
{
name = "polaris";
+
meta.maintainers = with lib.maintainers; [ pbsds ];
nodes.machine =
{ pkgs, ... }: {