mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
home-assistant-cli: format using nixfmt-rfc-style
This commit is contained in:
parent
b73c2221a4
commit
a41189a746
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{
|
||||||
, fetchFromGitHub
|
lib,
|
||||||
, python3
|
fetchFromGitHub,
|
||||||
|
python3,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
@ -49,9 +50,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
requests-mock
|
requests-mock
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [ "homeassistant_cli" ];
|
||||||
"homeassistant_cli"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Command-line tool for Home Assistant";
|
description = "Command-line tool for Home Assistant";
|
||||||
|
Loading…
Reference in New Issue
Block a user