rollup, sliding and fixed windows

This commit is contained in:
2026-08-25 10:11:44 +03:00
parent dc55834507
commit d341270ed1
6 changed files with 80 additions and 19 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ mkDerivation {
executableHaskellDepends = [ base ];
testHaskellDepends = [
aeson annotated-exception async base hedgehog hspec hspec-hedgehog
stm text time
katip stm text time uuid
];
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
mainProgram = "home-assistant-controller";