1
0
Fork 0

weewx: update
All checks were successful
Build / build-amd64-linux (push) Successful in 38s
Build / build-arm64-linux (push) Successful in 7m15s

This commit is contained in:
Daniel Kempkens 2024-08-03 21:10:39 +02:00
parent 69a3cf4384
commit f17e218cfa
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 4 additions and 7 deletions

View file

@ -12,8 +12,8 @@ beamPackages.mixRelease rec {
domain = "git.kempkens.io";
owner = "daniel";
repo = pname;
rev = "495723fb32293f68e7fa9dc9dd9b37ed21a70fdb";
sha256 = "sha256-QwLOvH2rzky9ZN6ssni2jwHpUgdi5LJRu6n8e0AJsw8=";
rev = "7b2129c8defde3c811c0953b5dac906343e09801";
hash = "sha256-3P1AivFm+XHINem2a4ZDWtfS6efkQepZASD30KLXOH0=";
};
mixNixDeps = import "${src}/deps.nix" { inherit lib beamPackages; };

View file

@ -71,6 +71,8 @@ let
weewx.units.obs_group_dict['solarEnergyDay'] = 'group_energy'
weewx.units.obs_group_dict['solarEnergyActive'] = 'group_power'
weewx.units.obs_group_dict['homeEnergyDay'] = 'group_energy'
weewx.units.obs_group_dict['homeEnergyActive'] = 'group_power'
'';
in
poetry2nix.mkPoetryApplication {
@ -140,8 +142,3 @@ poetry2nix.mkPoetryApplication {
EOF
'';
}