nixos/tests/printing: inherit lib
This commit is contained in:
parent
1693e1acc0
commit
2e48883fc4
@ -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 ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user