nixos/hass: Use packaged pyirishrail
CI / Check, build and cache nixfiles (push) Failing after 29m48s
Update docs / update (push) Failing after 1m9s

Fix pyirishrail metadata in the nixpkgs fork, update the mine pin,
and remove the local package now supplied by the Home Assistant
component.
This commit is contained in:
2026-08-25 00:12:01 +01:00
parent 1a9c601c2b
commit e875971237
2 changed files with 4 additions and 25 deletions
Generated
+3 -3
View File
@@ -702,11 +702,11 @@
}, },
"nixpkgs-mine": { "nixpkgs-mine": {
"locked": { "locked": {
"lastModified": 1787523184, "lastModified": 1787612836,
"narHash": "sha256-wdRy2OJNSEceZoyDyAXWWw7sroxQZlY/d3FyeOU3QxA=", "narHash": "sha256-25KxhEJHYVZXAwsHQbXpyaG9/WpWGo9EmGe7kzMc25Y=",
"owner": "devplayer0", "owner": "devplayer0",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9eaacb6680b6f10067acd4b10c61ef4c4d643fb6", "rev": "c92598bc3fd46ff4d23407045091eea206120979",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -165,27 +165,7 @@ in
}; };
}; };
home-assistant = home-assistant = {
let
pyirishrail = ps: ps.buildPythonPackage rec {
pname = "pyirishrail";
version = "0.0.2";
src = pkgs.fetchFromGitHub {
owner = "ttroy50";
repo = "pyirishrail";
tag = version;
hash = "sha256-NgARqhcXP0lgGpgBRiNtQaSn9JcRNtCcZPljcL7t3Xc=";
};
dependencies = with ps; [
requests
];
pyproject = true;
build-system = [ ps.setuptools ];
};
in
{
enable = true; enable = true;
extraComponents = [ extraComponents = [
@@ -207,7 +187,6 @@ in
isal isal
gtts gtts
(pyirishrail python3Packages)
]; ];
customComponents = with pkgs.home-assistant-custom-components; [ customComponents = with pkgs.home-assistant-custom-components; [
alarmo alarmo