diff --git a/nix/shell.nix b/nix/shell.nix
index fadb097..7c93f0f 100644
--- a/nix/shell.nix
+++ b/nix/shell.nix
@@ -2,11 +2,13 @@
   mkShell,
   python,
   ruff,
+  uv,
 }:
 
 mkShell {
   packages = [
     ruff
+    uv
     (python.withPackages (ps: with ps; [
       brother-ql
       matplotlib