From bf5862dd3b2125b8135263cfbe009c5f92e10d84 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Mon, 22 Dec 2025 11:20:41 +0100 Subject: [PATCH] Add Python tools `uv`, `ruff` and `ty` from Astral --- nixos/modules/devops-tools.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/modules/devops-tools.nix b/nixos/modules/devops-tools.nix index ad0baf8..86a36fd 100644 --- a/nixos/modules/devops-tools.nix +++ b/nixos/modules/devops-tools.nix @@ -8,5 +8,8 @@ curl go-task sops + uv + ruff + ty ]; }