diff --git a/shell.nix b/shell.nix index 5059bd1..4cbcd1c 100644 --- a/shell.nix +++ b/shell.nix @@ -38,8 +38,6 @@ in pkgs.mkShell { ]; TYPO3_DATABASE = "typo3_workshop"; - TYPO3_CONTEXT = "Development/dsiepmann"; - TYPO3_ADDITIONAL_CONFIGURATION = "/home/daniels/.local/share/typo3-configuration/AdditionalConfiguration.inc.php"; shellHook = '' export PROJECT_ROOT="$(pwd)"