From 68b57f1001701a9eefa834a5104b0f4feba2bdb6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 3 Jul 2023 17:15:16 -0700 Subject: [PATCH] nix: update to python3 --- nix/devshell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/devshell.nix b/nix/devshell.nix index 1f627c5ac..b44a54f1d 100644 --- a/nix/devshell.nix +++ b/nix/devshell.nix @@ -8,7 +8,7 @@ , nodejs , parallel , pkg-config -, python +, python3 , scdoc , tracy , valgrind @@ -80,7 +80,7 @@ in mkShell rec { # Testing gdb parallel - python + python3 tracy vttest