mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 09:16:20 +01:00
Improve shell.nix
This commit is contained in:
parent
a07c16b723
commit
e0a024ee70
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
php = phps.packages.x86_64-linux.php82.buildEnv {
|
||||
php = phps.packages.x86_64-linux.php83.buildEnv {
|
||||
extensions = { enabled, all }: enabled ++ (with all; [
|
||||
xdebug
|
||||
]);
|
||||
|
@ -114,7 +114,7 @@ let
|
|||
'';
|
||||
};
|
||||
|
||||
in pkgs.mkShell {
|
||||
in pkgs.mkShellNoCC {
|
||||
name = "TYPO3 Extension Events";
|
||||
buildInputs = [
|
||||
projectInstall
|
||||
|
|
Loading…
Reference in a new issue