From 6f5688b12cce08c32e87ef9c164bedb213973fcb Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sat, 11 Apr 2026 22:57:08 +0300 Subject: [PATCH] add php 8.5 to flake --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 061f3f8..6beeb2d 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,7 @@ buildInputs = with pkgs; [ nodejs_25 cypress + php85 ]; }; };