From 6afe931245650b3210ceb6c3fc1593ca819454d5 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 13 Sep 2025 13:23:59 -0500 Subject: [PATCH] added eza command to shell enter --- devenv.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devenv.nix b/devenv.nix index 97da511..4ac7417 100644 --- a/devenv.nix +++ b/devenv.nix @@ -13,6 +13,7 @@ # LLVM tools for WebAssembly compilation llvm lld + eza ]; # https://devenv.sh/languages/ @@ -49,6 +50,7 @@ enterShell = '' hello versions + eza -laT -I "*.dist-info" .devenv/state/venv/lib/python3.12/site-packages ''; # https://devenv.sh/tasks/