Improve shell.nix

This commit is contained in:
Daniel Siepmann (Codappix) 2024-11-04 14:39:51 +01:00
parent a07c16b723
commit e0a024ee70
SSH key fingerprint: SHA256:nAjx3Dpp8kuAC+S7QXj8BWmqw+KI1Miu+5e40BP3LXA

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