mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
parent
4ab23610a2
commit
3b4014b5e4
9 changed files with 83 additions and 41 deletions
|
|
@ -35,6 +35,7 @@
|
|||
helix,
|
||||
python3Packages,
|
||||
dnsmasq,
|
||||
frankenphp,
|
||||
}: let
|
||||
inherit (builtins) toString;
|
||||
inherit (lib) readFile getExe concatStringsSep splitString take;
|
||||
|
|
@ -163,6 +164,12 @@
|
|||
phpEnv
|
||||
phpEnv.packages.composer
|
||||
phpunit
|
||||
(frankenphp.override {
|
||||
php = php.withExtensions (import ./php-ext.nix {
|
||||
inherit lib php;
|
||||
enableBlackfire = false;
|
||||
});
|
||||
})
|
||||
];
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue