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 = [
python
pkgs.uv
pkgs.ruff
];
env =
{
@ -123,6 +124,7 @@
};
shellHook = ''
unset PYTHONPATH
export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}
'';
};