From c9ef000cd07cbe0a608adfeedcf1977dad13f1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Tue, 21 Jan 2025 18:55:03 +0200 Subject: [PATCH] Add python3 to shell.nix --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 80f8394..7a363b3 100644 --- a/shell.nix +++ b/shell.nix @@ -16,6 +16,7 @@ pkgs.mkShell { rustfmt clippy docker + python3 ]) ++ [ build-command ]; }