From 22d096acc684030ad6bfcb52c822ab4400f5769f Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Sun, 17 Aug 2025 21:42:49 -0500 Subject: [PATCH] fix(flake.nix): added uv dependency to flake.nix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e262c09c4..8f59224a9 100644 --- a/flake.nix +++ b/flake.nix @@ -71,6 +71,7 @@ python3 nodejs toolchain + uv ] ++ lib.optionals pkgs.stdenv.isDarwin [ apple-sdk ];