fixup! WIP: Odin HASS -> smartir

This commit is contained in:
Filippo Berto 2025-03-02 21:48:10 +01:00
parent 17d7dd366d
commit 64547cf2c2
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -244,7 +244,6 @@
overrides = _self: super: { overrides = _self: super: {
google-chrome = super.google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; }; google-chrome = super.google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; };
sddm-theme-clairvoyance = super.sddm-theme-clairvoyance.override { wallpaper = ./wallpapers/background.jpg; }; sddm-theme-clairvoyance = super.sddm-theme-clairvoyance.override { wallpaper = ./wallpapers/background.jpg; };
home-assistant-custom-components.smartir = super.home-assistant-custom-components.smartir.overrideAttrs home-assistant-custom-components.smartir = super.home-assistant-custom-components.smartir.overrideAttrs
(_attr: rec { (_attr: rec {
version = "1.17.13"; version = "1.17.13";
@ -252,7 +251,7 @@
owner = "smartHomeHub"; owner = "smartHomeHub";
repo = "SmartIR"; repo = "SmartIR";
rev = version; rev = version;
hash = "sha256-E6TM761cuaeQzlbjA+oZ2wt5HTJAfkF2J3i4P1Wbuic="; hash = "sha256-fOd2MTBi0q+lBl6JYV1yGp9A42+BOD6/2SxYSBKy8fE";
}; };
}); });
}; };