From f6ac8cb9feab4bd7db3582a1cfff779c698be401 Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 25 Feb 2023 15:31:17 +0100 Subject: [PATCH] flake: add more python deps --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index 0d83505..d0babce 100644 --- a/flake.nix +++ b/flake.nix @@ -66,6 +66,13 @@ buildInputs = [ go_1_19 gcc + + python3Packages.numpy + python3Packages.pandas + python3Packages.matplotlib + python3Packages.scipy + python3Packages.pybindgen + libxcrypt ]; nativeBuildInputs = [pkgconfig]; @@ -196,7 +203,9 @@ python3Packages.pandas python3Packages.matplotlib python3Packages.scipy + python3Packages.pybindgen poetry + libxcrypt go_1_19 go-tools