all repos — nixfiles @ f6ed6fc93c83780567444a1497f5804032273955

System and user configuration, managed by nix and home-manager

python: enable type-checking with ty

Alan Pearce
commit

f6ed6fc93c83780567444a1497f5804032273955

parent

149cce3b0c7f5269590ff11810330470ba16ede1

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M user/settings/development/python.nixuser/settings/development/python.nix
@@ -2,6 +2,7 @@ { pkgs
, ... }: { home.packages = with pkgs; [ + ty uv ]; }