From 1798180a53cb85b11363c7c7a9a9f12d303e76dc Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 20 Jun 2024 14:00:17 +0200 Subject: [PATCH] chore(shell.nix): add shellHook debug echoes --- shell.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell.nix b/shell.nix index 6ceb13483..d2800469f 100644 --- a/shell.nix +++ b/shell.nix @@ -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;