add ruff to shell.nix

This commit is contained in:
2024-08-11 17:24:50 +02:00
parent e85b32e22f
commit fda4913c97

@ -7,6 +7,7 @@ pkgs.mkShell {
nodejs
python3
poetry
ruff
];
shellHook = ''