Merge pull request #93078 from jonringer/expose-yamllint
yamllint: add top-level attribute
This commit is contained in:
commit
5f44782db4
|
@ -21,6 +21,6 @@ buildPythonPackage rec {
|
||||||
description = "A linter for YAML files";
|
description = "A linter for YAML files";
|
||||||
homepage = "https://github.com/adrienverge/yamllint";
|
homepage = "https://github.com/adrienverge/yamllint";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ mikefaille ];
|
maintainers = with maintainers; [ jonringer mikefaille ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -7921,6 +7921,8 @@ in
|
||||||
|
|
||||||
yank = callPackage ../tools/misc/yank { };
|
yank = callPackage ../tools/misc/yank { };
|
||||||
|
|
||||||
|
yamllint = with python3Packages; toPythonApplication yamllint;
|
||||||
|
|
||||||
yaml-merge = callPackage ../tools/text/yaml-merge { };
|
yaml-merge = callPackage ../tools/text/yaml-merge { };
|
||||||
|
|
||||||
yeshup = callPackage ../tools/system/yeshup { };
|
yeshup = callPackage ../tools/system/yeshup { };
|
||||||
|
|
Loading…
Reference in New Issue