]> git.immae.eu Git - perso/Immae/Projets/Scripts/GoogleMapsTrafficPlots.git/blame - shell.nix
Initial commit
[perso/Immae/Projets/Scripts/GoogleMapsTrafficPlots.git] / shell.nix
CommitLineData
c27a5ab9
IB
1{ pkgs ? import <nixpkgs> {} }:
2pkgs.mkShell {
3 buildInputs = [
4 pkgs.gnuplot
5 (pkgs.python3.withPackages (p: [p.requests p.pytz]))
6 ];
7}