+1
pkgs/build-support/php/builders/default.nix
+1
pkgs/build-support/php/builders/default.nix
···
+161
pkgs/build-support/php/builders/v1/build-composer-with-plugin.nix
+161
pkgs/build-support/php/builders/v1/build-composer-with-plugin.nix
···
+93
pkgs/build-support/php/builders/v1/hooks/composer-with-plugin-vendor-hook.sh
+93
pkgs/build-support/php/builders/v1/hooks/composer-with-plugin-vendor-hook.sh
···+echo -e '\e[31mNo composer.lock file found, consider adding one to your repository to ensure reproducible builds.\e[0m'+echo -e "\e[31mIn the meantime, a composer.lock file has been generated for you in $out/composer.lock\e[0m"+echo -e "\e[31m1. Copy the composer.lock file from $out/composer.lock to the project's source:\e[0m"+echo -e '\e[31m2. Add the composerLock attribute, pointing to the copied composer.lock file:\e[0m'
+15
pkgs/build-support/php/builders/v1/hooks/default.nix
+15
pkgs/build-support/php/builders/v1/hooks/default.nix
···
+1
-1
pkgs/development/interpreters/php/generic.nix
+1
-1
pkgs/development/interpreters/php/generic.nix
···nixos = lib.recurseIntoAttrs nixosTests."php${lib.strings.replaceStrings [ "." ] [ "" ] (lib.versions.majorMinor php.version)}";-inherit (php-packages) extensions buildPecl mkComposerRepository buildComposerProject composerHooks mkExtension;+inherit (php-packages) extensions buildPecl mkComposerRepository buildComposerProject buildComposerWithPlugin composerHooks mkExtension;
+1
-1
pkgs/top-level/php-packages.nix
+1
-1
pkgs/top-level/php-packages.nix
···+inherit (builders.v1) buildComposerProject buildComposerWithPlugin composerHooks mkComposerRepository;