matrix: flutterBuildFlags is a list, not a string (#634 followup of followup)

This commit is contained in:
damocles 2026-05-30 16:50:09 +02:00
commit 459baebbb8

View file

@ -198,8 +198,10 @@ in
# routing lands (#609 — `matrix.${hyperhiveDomain}`), drop
# this override; upstream's `/` base-href is correct at the
# root of a dedicated subdomain.
flutterBuildFlags =
(old.flutterBuildFlags or "") + " --base-href /matrix/";
flutterBuildFlags = (old.flutterBuildFlags or [ ]) ++ [
"--base-href"
"/matrix/"
];
});
defaultText = lib.literalMD "`pkgs.fluffychat-web` rebuilt with `--base-href /matrix/` via `flutterBuildFlags`.";
description = ''