!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

497 Members
Declarative Home Automation and other Sidequests | https://wiki.nixos.org/wiki/Home_Assistant128 Servers

Load older messages


SenderMessageTime
12 Dec 2024
@spacekitteh:matrix.orgspacekittehwait, where does it decompress the soruce code ~900 times?23:41:37
@spacekitteh:matrix.orgspacekitteh
  # extract translations from pypi sdist
  prePatch = ''
    tar --extract --gzip --file $sdist --strip-components 1 --wildcards "**/translations"
  '';

is that what's being talked about?

23:42:25
@hexa:lossy.network@hexa:lossy.network
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing pytest-check-hook
Using pytestCheckPhase
Running phase: unpackPhase
unpacking source archive /nix/store/c6fqqhisfzjxb9zi6lrpby3pzs6hbndw-source <------------
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/util/yaml/test_secrets.py
Running phase: patchPhase
23:42:40
@hexa:lossy.network@hexa:lossy.networkthat is like stdenv.mkDerivation logic23:42:57
@hexa:lossy.network@hexa:lossy.networkI don't touch anything before patchPhase really23:43:16
@spacekitteh:matrix.orgspacekittehright but i mean, which packages is causing it23:43:21
@hexa:lossy.network@hexa:lossy.networkmaybe it is trivial-builders?23:44:10
@hexa:lossy.network@hexa:lossy.networkno it is not23:44:19
@spacekitteh:matrix.orgspacekittehno no, i mean, what top level package23:44:22
@spacekitteh:matrix.orgspacekittehis it the actual home-assistant package?23:44:31
@hexa:lossy.network@hexa:lossy.networke.g. home-assistant-component-tests.folder_watcher23:44:33
@spacekitteh:matrix.orgspacekittehah23:44:39
@hexa:lossy.network@hexa:lossy.network because they are effectively home-assistant.overridePythonAttrs {} 23:45:01
@hexa:lossy.network@hexa:lossy.networkto get the same environment as home-assistant but only run the tests23:45:15
@spacekitteh:matrix.orgspacekitteh i'm surprised fetchFromGithub doesn't automatically create a derivation tbh 23:47:52
@hexa:lossy.network@hexa:lossy.networkall sources are fixed output derivations23:51:50
@spacekitteh:matrix.orgspacekitteh sorry, i mean it doesn't create the derivation for the decompressed src, rather than the compressed src 23:52:48
13 Dec 2024
@spacekitteh:matrix.orgspacekittehhmmm. whenever i try to use the homeassistant mobile app to connect to HA behind an nginx reverse proxy, it seems to cause a hang in nginx with zstd compression03:37:16
14 Dec 2024
@spacekitteh:matrix.orgspacekittehin my HA home settings, is there a way to read the lat/long of my home via a sops-nix file?03:26:16
@spacekitteh:matrix.orgspacekittehoh of course there is, i'm still waking up x305:01:27
16 Dec 2024
@boolis:matrix.orgboolis

how do I enable the wakeword engine in home-assistant?

home-assistant.config.wake_word = {};
home-assistant.extraComponents = [ "wake_word" ];
13:33:16
@hexa:lossy.network@hexa:lossy.networkuh, something wyoming?14:44:23
@hexa:lossy.network@hexa:lossy.network take a look at services.wyoming.openwakeword 14:45:35
@hexa:lossy.network@hexa:lossy.networkthen enable the wyoming component in home-assistant14:45:43
@hexa:lossy.network@hexa:lossy.networkand connect the two14:45:49
@boolis:matrix.orgboolisoh right, apparently I have that enabled aswell. I had this working a while back but now it just doesnt14:50:46
@hexa:lossy.network@hexa:lossy.networkhm ok14:51:50
@hexa:lossy.network@hexa:lossy.networkwakeword has regressed for me recently as well14:51:56
@hexa:lossy.network@hexa:lossy.networkleaking lots of fds14:52:11
@hexa:lossy.network@hexa:lossy.network
ls -1 /proc/$(systemctl show -P MainPID wyoming-openwakeword)/fd/ | wc -l
14:52:58

Show newer messages


Back to Room ListRoom Version: 6