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