home-assistant-custom-lovelace-modules.weather-radar-card: fix icons loading

This commit is contained in:
Sandro Jäckel
2026-06-24 18:17:57 +02:00
parent 6026daed8e
commit 34f1f566eb
@@ -16,6 +16,11 @@ buildNpmPackage (finalAttrs: {
hash = "sha256-ZEd27lt5S7pnGGzTnxLV6voEpzXjvRjubjmusLuISZg=";
};
postPatch = ''
substituteInPlace src/radar-toolbar.ts \
--replace-fail "/local/community/weather-radar-card/" "/local/nixos-lovelace-modules/"
'';
npmDepsFetcherVersion = 2;
npmFlags = [ "--legacy-peer-deps" ];
npmDepsHash = "sha256-S3PZOcKBseohCKOUSRFCQj6fAJTrZLRD5916iB35rrc=";