Fix esphome to a working version

This commit is contained in:
2025-12-13 13:20:43 +00:00
parent 04be7878b3
commit 279eb31ef9
4 changed files with 7 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
use flake
+3
View File
@@ -12,3 +12,6 @@ secrets.yaml
/templates/.gitignore /templates/.gitignore
/.vscode /.vscode
**/__pycache__/ **/__pycache__/
# direnv cache
/.direnv
Generated
+3 -3
View File
@@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1760038930, "lastModified": 1765472234,
"narHash": "sha256-Oncbh0UmHjSlxO7ErQDM3KM0A5/Znfofj2BSzlHLeVw=", "narHash": "sha256-9VvC20PJPsleGMewwcWYKGzDIyjckEz8uWmT0vCDYK0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0b4defa2584313f3b781240b29d61f6f9f7e0df3", "rev": "2fbfb1d73d239d2402a8fe03963e37aab15abe8b",
"type": "github" "type": "github"
}, },
"original": { "original": {
-1
View File
@@ -26,7 +26,6 @@
shellHook = '' shellHook = ''
echo -n "ESPHome " echo -n "ESPHome "
esphome --version esphome --version
exec zsh
''; '';
}; };
} }