prometheus-alertmanager: fix ui build

follow up from bab9648f11
This commit is contained in:
zowoq
2026-08-25 12:16:19 +10:00
parent 2c6f56d024
commit 9aedad8eb4

View File

@@ -13,6 +13,7 @@ buildNpmPackage (finalAttrs: {
postPatch = ''
# don't download elm from github
sed -i '/"elm":/d' package.json
substituteInPlace elm.json --replace-fail "0.19.1" "${elmPackages.elm.version}"
'';
postConfigure = (