nixos/tests/polaris.nix: get rid of with lib
This commit is contained in:
parent
8cc0632c46
commit
a8790192f3
1 changed files with 1 additions and 3 deletions
|
@ -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, ... }: {
|
||||
|
|
Loading…
Reference in a new issue