forked from mirrors/nixpkgs
home-assistant: add version tester
Yell at me if I fail to update the src hash.
This commit is contained in:
parent
ed92b8d514
commit
5354e33e4a
|
@ -8,6 +8,8 @@
|
||||||
, ffmpeg-headless
|
, ffmpeg-headless
|
||||||
, inetutils
|
, inetutils
|
||||||
, nixosTests
|
, nixosTests
|
||||||
|
, home-assistant
|
||||||
|
, testers
|
||||||
|
|
||||||
# Look up dependencies of specified components in component-packages.nix
|
# Look up dependencies of specified components in component-packages.nix
|
||||||
, extraComponents ? [ ]
|
, extraComponents ? [ ]
|
||||||
|
@ -359,6 +361,10 @@ in python.pkgs.buildPythonApplication rec {
|
||||||
tests = {
|
tests = {
|
||||||
nixos = nixosTests.home-assistant;
|
nixos = nixosTests.home-assistant;
|
||||||
components = callPackage ./tests.nix { };
|
components = callPackage ./tests.nix { };
|
||||||
|
version = testers.testVersion {
|
||||||
|
package = home-assistant;
|
||||||
|
command = "hass --version";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue