From 70ee36288b3e4eadba84cec07b6299727aaa559f Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 28 Feb 2023 08:07:43 +0100 Subject: [PATCH] Remove unnecessary environment from shell --- shell.nix | 2 -- 1 file changed, 2 deletions(-) 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)"