456d358cd7b0 ^
1 2 3 4 5 6 7 8
with import <nixpkgs> {}; with python35Packages; buildPythonPackage { name = "wpcarro"; src = ./day_5.py; propagatedBuildInputs = [ pytest numpy ]; }