You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix vulnerability where Android deployments would leave signing keys in the nix store which is world readable. (#645) (Thanks to kmicklas for the report.)
Add Obelisk.Backend.runBackendWith to allow several customizations. (#668, #644)
Add ob profile command to run Obelisk projects with profiling. ob profile works like ob run, but instead of using ghci, it builds an executable that is built with profiling enabled. (#654)
Obelisk's default.nix now exposes mkAssets function which is used to construct the assets served by an Obelisk application. (#651)