ruff and bashInteractive shell

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-09 00:11:03 -05:00
parent 0e33a22318
commit 9bd98e56fb

View File

@ -108,6 +108,7 @@
packages = [ packages = [
python python
pkgs.uv pkgs.uv
pkgs.ruff
]; ];
env = env =
{ {
@ -123,6 +124,7 @@
}; };
shellHook = '' shellHook = ''
unset PYTHONPATH unset PYTHONPATH
export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}
''; '';
}; };