From 6de243c2d67538bde09e8cdfe4d95690fd211ac6 Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" Date: Fri, 18 Apr 2025 02:08:38 -0700 Subject: [PATCH] add just to shell.nix --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }