From 44929de8716fcad960cac3da88bf6f2b97c3ad25 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 9 Mar 2024 13:03:19 +0000 Subject: [PATCH] Update to PHP 8.2 This allows `versa run` to work, which requires PHP 8.2. This causes some deprecation notes, but they don't affect the website. --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 07e76ed2..d62b52dc 100644 --- a/flake.nix +++ b/flake.nix @@ -23,8 +23,8 @@ packages = with pkgs; [ "nodePackages.pnpm" "nodejs" - "php81" - "php81Packages.composer" + "php82" + "php82Packages.composer" ]; };