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.
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
composer-env.nix
has to be patched because we need to somehow set theAPP_KEY
in order to continue with installation. This PR automatically patchescomposer-env.nix
withsed
. It also introduces more debugging output for debugging the script.