From e84318e59b7c37ef6e8659554fa5d5b3d7806040 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sat, 22 Jun 2024 17:35:28 +0200 Subject: [PATCH] bikkje: various package additions --- hosts/buskerud/bikkje/default.nix | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/hosts/buskerud/bikkje/default.nix b/hosts/buskerud/bikkje/default.nix index 76cead3..6ec3724 100644 --- a/hosts/buskerud/bikkje/default.nix +++ b/hosts/buskerud/bikkje/default.nix @@ -29,6 +29,9 @@ weechatScripts.edit coreutils-full + diffutils + findutils + ripgrep cvs gawk git @@ -65,10 +68,18 @@ perl php python3 - #(with python3Packages; [ - # numpy - # requests - #]) + (python3.withPackages (ps: with ps; [ + numpy + sympy + scipy + requests + imageio + pillow + httpx + pycryptodome + pandas + matplotlib + ])) ruby tcl ];