Can i use php7.0 or 7.4 in replit?

my nix:

{ pkgs }: {
	deps = [
		pkgs.php74
	];
}

error:

copied source '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/stdenv/generic/default-builder.sh' -> '/nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25b-default-builder.sh'
error: php74 has been dropped due to the lack of maintanence from upstream for future releases
(use '--show-trace' to show detailed location information)

can you help me ?

Nix seems to have dropped support for PHP 7.4, but you can use PHP 8 and 8.2.

2 Likes