nixos/tests/printing: inherit lib
This commit is contained in:
@@ -6,9 +6,13 @@ import ./make-test-python.nix (
|
|||||||
, ...
|
, ...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (pkgs) lib;
|
||||||
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "printing";
|
name = "printing";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with lib.maintainers; {
|
||||||
maintainers = [ domenkozar matthewbauer ];
|
maintainers = [ domenkozar matthewbauer ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user