mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
nixos/tests/printing: inherit lib
This commit is contained in:
parent
1693e1acc0
commit
2e48883fc4
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue