{pkgs, ...}: { static = true; packages = with pkgs; [ (octave.withPackages (packages: with packages; [ symbolic signal ])) (python39.withPackages (packages: with packages; [ numpy pipenv scipy sympy matplotlib ])) ]; }