From e73f48c7eb9dc5e8cdd20af7dd6b40c2b4985f87 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 +++ nixos/users.nix | 4 ++++ 2 files changed, 7 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 ]; } diff --git a/nixos/users.nix b/nixos/users.nix index 4c2e139..2a8603a 100644 --- a/nixos/users.nix +++ b/nixos/users.nix @@ -41,6 +41,10 @@ prismlauncher runelite bolt-launcher + bao + uv + ruff + ty ]; };