From 8eb07d94a12f0fb8d4a8f15043aedc8cadd7c676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 22 Jul 2020 01:16:01 +0200 Subject: Initial commit --- shells/ipython.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shells/ipython.nix (limited to 'shells/ipython.nix') diff --git a/shells/ipython.nix b/shells/ipython.nix new file mode 100644 index 0000000..c04a08f --- /dev/null +++ b/shells/ipython.nix @@ -0,0 +1,4 @@ +with import {}; +mkShell { + buildInputs = [ (python3.withPackages (ps: [ ps.ipython ])) ]; +} -- cgit v1.2.3