Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not possible for Composer to read an inaccurate PHP version when installed through Nix flake. Nix flake provides a deterministic package management system that ensures that all dependencies and applications are installed with their correct and expected versions. This includes the correct version of PHP needed by Composer. Additionally, Nix flake uses a functional programming approach, where each package dependency is isolated from the host system and other dependencies, guaranteeing that they will not interfere with each other.