1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 01:24:09 +02:00

Add support for frankenphp

This commit is contained in:
Carl Schwan 2026-03-10 16:26:27 +01:00
commit 87d33e01d2
No known key found for this signature in database
GPG key ID: 02325448204E452A
3 changed files with 27 additions and 3 deletions

View file

@ -33,6 +33,7 @@
writeShellApplication,
vim,
helix,
frankenphp,
}: let
inherit (builtins) toString;
inherit (lib) readFile getExe concatStringsSep splitString take;
@ -145,6 +146,7 @@
oracle-instantclient
vim
helix
frankenphp
];
};