Add flake checks and hopefully fix home-assitant

This commit is contained in:
Greg Hellings
2024-01-22 13:34:35 -06:00
parent b22dfd6f96
commit 7d53e68a36
3 changed files with 36 additions and 19 deletions
+5 -1
View File
@@ -26,7 +26,7 @@ let
buildFirefoxXpiAddon = final.nur.repos.rycee.lib.buildFirefoxXpiAddon;
is2405 = prev.lib.versionAtLeast prev.lib.version "24.05";
is2405 = prev.lib.versionAtLeast prev.lib.version "24";
in rec {
gregpy = myPython;
@@ -40,6 +40,10 @@ in rec {
xonsh-apipenv = cp ./xonsh-apipenv.nix {};
xonsh-direnv = cp ./xonsh-direnv.nix {};
xontrib-vox = cp ./xonsh-vox.nix {};
home-assistant-chip-core = python-prev.home-assistant-chip-core.override {
openssl_1_1 = final.openssl;
};
})
];