Improve shell.nix

This commit is contained in:
Daniel Siepmann (Codappix) 2024-11-04 14:39:51 +01:00
parent 2771d072b5
commit d0c72b1cbf

View file

@ -4,7 +4,7 @@
}: }:
let let
php = phps.packages.x86_64-linux.php82.buildEnv { php = phps.packages.x86_64-linux.php83.buildEnv {
extensions = { enabled, all }: enabled ++ (with all; [ extensions = { enabled, all }: enabled ++ (with all; [
xdebug xdebug
]); ]);
@ -114,7 +114,7 @@ let
''; '';
}; };
in pkgs.mkShell { in pkgs.mkShellNoCC {
name = "TYPO3 Extension Events"; name = "TYPO3 Extension Events";
buildInputs = [ buildInputs = [
projectInstall projectInstall