From b1215a6f9f604e89bfcbdc9e20c6cf558b94b70f Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 17 Dec 2025 22:23:53 +0100 Subject: [PATCH] Use faster Python LSP and linter --- modules/software.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/software.nix b/modules/software.nix index f278a18..542331e 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -110,8 +110,8 @@ in ## Nix nixfmt-rfc-style ## Python - basedpyright - black + ty + ruff ## C/C++ clang-tools ## Go