master-thesis/python/experiments/shell.nix

14 lines
220 B
Nix

let
mach-nix = import (builtins.fetchGit {
url = "https://github.com/DavHau/mach-nix";
ref = "refs/tags/3.3.0";
}) {
};
in
mach-nix.mkPython {
requirements = ''
numpy
jupyter
ptpython
'';
}