Loading pkgs/build-support/php/build-composer-project.nix +4 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,10 @@ let composerNoScripts = previousAttrs.composerNoScripts or true; }; COMPOSER_CACHE_DIR="/dev/null"; COMPOSER_DISABLE_NETWORK="1"; COMPOSER_MIRROR_PATH_REPOS="1"; meta = previousAttrs.meta or { } // { platforms = lib.platforms.all; }; Loading pkgs/build-support/php/hooks/composer-install-hook.sh +0 −4 Original line number Diff line number Diff line Loading @@ -88,7 +88,6 @@ composerInstallBuildHook() { # Since the composer.json file has been modified in the previous step, the # composer.lock file needs to be updated. COMPOSER_DISABLE_NETWORK=1 \ COMPOSER_ROOT_VERSION="${version}" \ composer \ --lock \ Loading Loading @@ -118,10 +117,7 @@ composerInstallInstallHook() { # the autoloader. # The COMPOSER_ROOT_VERSION environment variable is needed only for # vimeo/psalm. COMPOSER_CACHE_DIR=/dev/null \ COMPOSER_DISABLE_NETWORK=1 \ COMPOSER_ROOT_VERSION="${version}" \ COMPOSER_MIRROR_PATH_REPOS="1" \ composer \ --no-ansi \ --no-interaction \ Loading pkgs/build-support/php/hooks/composer-repository-hook.sh +0 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ composerRepositoryBuildHook() { # Build the local composer repository # The command 'build-local-repo' is provided by the Composer plugin # nix-community/composer-local-repo-plugin. COMPOSER_CACHE_DIR=/dev/null \ composer-local-repo-plugin --no-ansi build-local-repo ${composerNoDev:+--no-dev} -r repository echo "Finished composerRepositoryBuildHook" Loading Loading
pkgs/build-support/php/build-composer-project.nix +4 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,10 @@ let composerNoScripts = previousAttrs.composerNoScripts or true; }; COMPOSER_CACHE_DIR="/dev/null"; COMPOSER_DISABLE_NETWORK="1"; COMPOSER_MIRROR_PATH_REPOS="1"; meta = previousAttrs.meta or { } // { platforms = lib.platforms.all; }; Loading
pkgs/build-support/php/hooks/composer-install-hook.sh +0 −4 Original line number Diff line number Diff line Loading @@ -88,7 +88,6 @@ composerInstallBuildHook() { # Since the composer.json file has been modified in the previous step, the # composer.lock file needs to be updated. COMPOSER_DISABLE_NETWORK=1 \ COMPOSER_ROOT_VERSION="${version}" \ composer \ --lock \ Loading Loading @@ -118,10 +117,7 @@ composerInstallInstallHook() { # the autoloader. # The COMPOSER_ROOT_VERSION environment variable is needed only for # vimeo/psalm. COMPOSER_CACHE_DIR=/dev/null \ COMPOSER_DISABLE_NETWORK=1 \ COMPOSER_ROOT_VERSION="${version}" \ COMPOSER_MIRROR_PATH_REPOS="1" \ composer \ --no-ansi \ --no-interaction \ Loading
pkgs/build-support/php/hooks/composer-repository-hook.sh +0 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ composerRepositoryBuildHook() { # Build the local composer repository # The command 'build-local-repo' is provided by the Composer plugin # nix-community/composer-local-repo-plugin. COMPOSER_CACHE_DIR=/dev/null \ composer-local-repo-plugin --no-ansi build-local-repo ${composerNoDev:+--no-dev} -r repository echo "Finished composerRepositoryBuildHook" Loading