Skip to content

Instantly share code, notes, and snippets.

@AshyIsMe
Created September 18, 2019 09:22
Show Gist options
  • Save AshyIsMe/dcae4fabef641c16c65a433e74e18ea8 to your computer and use it in GitHub Desktop.
Save AshyIsMe/dcae4fabef641c16c65a433e74e18ea8 to your computer and use it in GitHub Desktop.
with import <nixpkgs> { };
pkgs.mkShell {
buildInputs = [
redis
postgresql
(python3.withPackages
(ps: [
ps.elasticsearch
ps.beautifulsoup4
ps.requests
ps.pytz
]))
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment