Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- { pkgs ? import <nixpkgs> { } }:
- let myPython = pkgs.python38.withPackages (p: [ p.pandas ]);
- in pkgs.mkShell { buildInputs = [ myPython ]; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement