timhae / firefly

14 stars 3 forks source link

Automate patching composer-env.nix in update.sh #69

Open charmoniumQ opened 5 months ago

charmoniumQ commented 5 months ago

composer-env.nix has to be patched because we need to somehow set the APP_KEY in order to continue with installation. This PR automatically patches composer-env.nix with sed. It also introduces more debugging output for debugging the script.

timhae commented 5 months ago

there was a recent addition to the nixpkgs builders, namely buildComposerProject, which will make packaging easier but also require to add the env file in an overlay, I wanted to tackle that at some point.. See here for reference