From 6d65b5ff05ab5ba0fe8696416d3847ea211f7d0f Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 19 Apr 2022 07:22:31 -0600 Subject: shenvs: add anpi --- shenvs/anpi.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 shenvs/anpi.nix (limited to 'shenvs/anpi.nix') diff --git a/shenvs/anpi.nix b/shenvs/anpi.nix new file mode 100644 index 0000000..2d19401 --- /dev/null +++ b/shenvs/anpi.nix @@ -0,0 +1,13 @@ +pkgs: with pkgs.lib; { + paths = with pkgs; [ + (octave.withPackages (packages: with packages; [ + symbolic + ])) + + (python39.withPackages (packages: with packages; [ + sympy + numpy + matplotlib + ])) + ]; +} -- cgit v1.2.3