chore(shell.nix): add shellHook debug echoes
This commit is contained in:
parent
7a6a1446c6
commit
1798180a53
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user