chore(shell.nix): add shellHook debug echoes

This commit is contained in:
Sarah Vaupel 2024-06-20 14:00:17 +02:00
parent 7a6a1446c6
commit 1798180a53

View File

@ -271,6 +271,10 @@ in pkgs.mkShell {
export TZDIR=${pkgs.tzdata}/share/zoneinfo
export CHROME_BIN=${pkgs.chromium}/bin/chromium
echo "shellHook has been executed"
echp "TZDIR: ${TZDIR}"
echo "CHROME_BIN: ${CHROME_BIN}"
'';
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning]
++ (with pkgs;