Advertisement
Guest User

default.nix

a guest
Apr 29th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. with import <nixpkgs> {};
  2.  
  3. python3.buildEnv.override {
  4. extraLibs = with python3Packages; [ selenium urllib3 ];
  5. ignoreCollisions = true;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement