Skip to content

Commit

Permalink
Fixed missing use of rtsFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed May 19, 2024
1 parent 1cd9b7b commit f754a8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NixSupport/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
, postgresExtensions ? (p: [])
, optimized ? false
, includeDevTools ? !optimized # Include Postgres?
, rtsFlags ? ""
}:

let
Expand Down Expand Up @@ -45,6 +46,7 @@ in
export IHP_LIB=${ihp}/lib/IHP
export IHP=${ihp}/lib/IHP
export APP_RTS_FLAGS="${rtsFlags}"
make -j ${appBinary}
Expand Down

0 comments on commit f754a8e

Please sign in to comment.