flake.nix: add ruff to devshell

This commit is contained in:
2025-03-22 21:07:46 +01:00
parent eef3a6bc07
commit a7ff594548

View File

@@ -48,6 +48,7 @@
default = pkgs.mkShell {
packages = with pkgs; [
uv
ruff
sqlite-interactive
(python3.withPackages deps)
];