summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index b6059799..bec68474 100644
--- a/shell.nix
+++ b/shell.nix
@@ -14,6 +14,6 @@ in pkgs.mkShell {
14 yq 14 yq
15 nvfetcher.packages.${system}.default 15 nvfetcher.packages.${system}.default
16 ca-util.packages.${system}.ca 16 ca-util.packages.${system}.ca
17 poetry 17 poetry uv
18 ]); 18 ]);
19} 19}