summaryrefslogtreecommitdiff
path: root/shells/ipython.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-07-22 01:16:01 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-07-22 01:16:01 +0200
commit8eb07d94a12f0fb8d4a8f15043aedc8cadd7c676 (patch)
tree647e9737344bef2206b082222d7ff87307fd91c2 /shells/ipython.nix
downloadNixies-8eb07d94a12f0fb8d4a8f15043aedc8cadd7c676.tar.gz
Nixies-8eb07d94a12f0fb8d4a8f15043aedc8cadd7c676.tar.zst
Nixies-8eb07d94a12f0fb8d4a8f15043aedc8cadd7c676.zip
Initial commit
Diffstat (limited to 'shells/ipython.nix')
-rw-r--r--shells/ipython.nix4
1 files changed, 4 insertions, 0 deletions
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 @@
1with import <nixpkgs> {};
2mkShell {
3 buildInputs = [ (python3.withPackages (ps: [ ps.ipython ])) ];
4}