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 (
|
||||
{ lib, ... }: {
|
||||
name = "doas";
|
||||
meta = with lib.maintainers; {
|
||||
maintainers = [ cole-h ];
|
||||
};
|
||||
meta.maintainers = with lib.maintainers; [ cole-h ];
|
||||
|
||||
nodes.machine =
|
||||
{ ... }:
|
||||
|
|
Loading…
Reference in a new issue