]> git.immae.eu Git - perso/Immae/Config/Nixies.git/blob - shells/ipython.nix
c04a08f28c8af7c57cf89b827c9d25a51105ea7d
[perso/Immae/Config/Nixies.git] / shells / ipython.nix
1 with import <nixpkgs> {};
2 mkShell {
3 buildInputs = [ (python3.withPackages (ps: [ ps.ipython ])) ];
4 }