From d337d08b17969d57d6cde15f876f8688f6f20685 Mon Sep 17 00:00:00 2001 From: David C Date: Mon, 15 May 2023 20:18:16 -0400 Subject: [PATCH] Fix brackets --- programs/programming.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/programming.nix b/programs/programming.nix index 4891296..f8d1267 100644 --- a/programs/programming.nix +++ b/programs/programming.nix @@ -3,7 +3,7 @@ godot_4 cbqn-replxx - (pkgs.python3.withPackages (p: with p; [ + (pkgs.python3.withPackages (p: (with p; [ scipy numpy pandas @@ -15,7 +15,7 @@ ipython python-lsp-server - ]) + ]))) cudaPackages.cudatoolkit cudaPackages.cudnn