From fda4913c979a30477523ec945cdb535ac5076408 Mon Sep 17 00:00:00 2001 From: Lukas Kucharczyk Date: Sun, 11 Aug 2024 17:24:50 +0200 Subject: [PATCH] add ruff to shell.nix --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 065ef1b..d870cb3 100644 --- a/shell.nix +++ b/shell.nix @@ -7,6 +7,7 @@ pkgs.mkShell { nodejs python3 poetry + ruff ]; shellHook = ''