Upgrade stable to 24.05

Stable nix and home-manager inputs upgraded
Remove openssl overlay that is no longer necessary for HA
This commit is contained in:
Greg Hellings
2024-06-10 13:30:23 -05:00
parent 485fb374a3
commit e6722b16c5
3 changed files with 10 additions and 14 deletions
-4
View File
@@ -40,10 +40,6 @@ 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;
};
})
];