DEBSOURCES
Skip Quicknav
sources / haskell-math-functions / 0.3.4.4-2 / tests / tables / shell.nix
12345678910
let pkgs = import <nixpkgs> {}; pyp = pkgs.python3.withPackages (py: with py; [ ipython mpmath ]); in pkgs.mkShell { buildInputs = [ pyp ]; }