From c27a5ab960b56a6a4ad06e916350a525f86de82f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 5 Dec 2019 09:46:16 +0100 Subject: Initial commit --- shell.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..cdf128c --- /dev/null +++ b/shell.nix @@ -0,0 +1,7 @@ +{ pkgs ? import {} }: +pkgs.mkShell { + buildInputs = [ + pkgs.gnuplot + (pkgs.python3.withPackages (p: [p.requests p.pytz])) + ]; +} -- cgit v1.2.3