diff --git a/shell.nix b/shell.nix index bb36b88..7f7f2a9 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ { pkgs ? import {}}: pkgs.mkShellNoCC { - packages = with pkgs; [ uv ]; + packages = with pkgs; [ just uv ]; }