From f754a8e0a56a0e37ae96590d15e90c263fed3d68 Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Sun, 19 May 2024 13:47:49 +0200 Subject: [PATCH] Fixed missing use of rtsFlags --- NixSupport/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NixSupport/default.nix b/NixSupport/default.nix index 976d17753..042c80472 100644 --- a/NixSupport/default.nix +++ b/NixSupport/default.nix @@ -10,6 +10,7 @@ , postgresExtensions ? (p: []) , optimized ? false , includeDevTools ? !optimized # Include Postgres? +, rtsFlags ? "" }: let @@ -45,6 +46,7 @@ in export IHP_LIB=${ihp}/lib/IHP export IHP=${ihp}/lib/IHP + export APP_RTS_FLAGS="${rtsFlags}" make -j ${appBinary}