nixos/tests/printing: inherit lib

This commit is contained in:
Yarny0 2024-10-27 10:47:31 +01:00
parent 1693e1acc0
commit 2e48883fc4

View File

@ -6,9 +6,13 @@ import ./make-test-python.nix (
, ...
}:
let
inherit (pkgs) lib;
in
{
name = "printing";
meta = with pkgs.lib.maintainers; {
meta = with lib.maintainers; {
maintainers = [ domenkozar matthewbauer ];
};