!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

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

You have reached the beginning of time (for this room).


SenderMessageTime
11 Mar 2025
@lynatic:catgirl.cloud@lynatic:catgirl.cloud huh I thought that was the entire point of nix 17:09:25
@k900:0upti.meK900There are intentional impurities17:09:48
@k900:0upti.meK900There are also unavoidable impurities17:10:05
@k900:0upti.meK900Like the kernel17:10:08
@lynatic:catgirl.cloud@lynatic:catgirl.cloudso this just doesn't work as of now/we have to either use stable or make the full system from nixos unstable? https://wiki.nixos.org/wiki/Home_Assistant#Tracking_the_latest_release17:11:17
@hexa:lossy.network@hexa:lossy.networkthis was the issue17:12:22
@hexa:lossy.network@hexa:lossy.networkI LD_PRELOAD'ed and incompatible libjemalloc17:12:33
@hexa:lossy.network@hexa:lossy.network
commit 8c9755e515014f97a1985d19030ec90cb60785b4
Author: Martin Weinelt <hexa@darmstadt.ccc.de>
Date:   Wed Jan 1 23:59:50 2025 +0100

    home-assistant: use unstable jemalloc to match native dependencies
    
    Otherwise home-assistant runs into import errors, e.g. on microvad
    
    ImportError: /nix/store/ybjcla5bhj8g1y84998pn4a2drfxybkv-gcc-13.3.0-lib/lib/libstdc++.so.6: version `CXXABI_1.3.15' not found

diff --git a/modules/home-assistant/default.nix b/modules/home-assistant/default.nix
index 538c627..26a958e 100644
--- a/modules/home-assistant/default.nix
+++ b/modules/home-assistant/default.nix
@@ -20,7 +20,7 @@ in
     ./zigbee2mqtt.nix
   ];
 
-  systemd.services.home-assistant.environment.LD_PRELOAD = "${lib.getLib pkgs.jemalloc}/lib/libjemalloc.so";
+  systemd.services.home-assistant.environment.LD_PRELOAD = "${lib.getLib unstable.jemalloc}/lib/libjemalloc.so";
 
   services.home-assistant = {
     enable = true;
17:13:45
* @philipp:xndr.dephilipp is avoiding impurities by having home-assistant in a microvm.nix17:15:57
@lynatic:catgirl.cloud@lynatic:catgirl.cloudI somehow managed to have this problem while having this in a microvm already aaaa17:19:49
@lynatic:catgirl.cloud@lynatic:catgirl.cloud thanks, I'll try fixing my install to use that module declaration then 17:20:25
@hexa:lossy.network@hexa:lossy.networkare you also using jemalloc?17:20:41
@hexa:lossy.network@hexa:lossy.networkor is your problem caused by sth else17:20:56
@hexa:lossy.network@hexa:lossy.networkbecause you have not yet posted any error17:21:09

Show newer messages


Back to Room ListRoom Version: 6