nixos/tests/doas.nix: get rid of with lib
This commit is contained in:
parent
a137b4161d
commit
18d90beb1a
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@
|
||||||
import ./make-test-python.nix (
|
import ./make-test-python.nix (
|
||||||
{ lib, ... }: {
|
{ lib, ... }: {
|
||||||
name = "doas";
|
name = "doas";
|
||||||
meta = with lib.maintainers; {
|
meta.maintainers = with lib.maintainers; [ cole-h ];
|
||||||
maintainers = [ cole-h ];
|
|
||||||
};
|
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
Loading…
Reference in a new issue