nixos/tests/polaris.nix: get rid of `with lib`
Anderson Torres 2 years ago a8790192 8cc0632c
··· 1 1 import ./make-test-python.nix ({ lib, ... }: 2 2 3 3 - with lib; 4 4 - 5 3 { 6 4 name = "polaris"; 7 7 - meta.maintainers = with maintainers; [ pbsds ]; 5 5 + meta.maintainers = with lib.maintainers; [ pbsds ]; 8 6 9 7 nodes.machine = 10 8 { pkgs, ... }: {