Skip to content

Instantly share code, notes, and snippets.

@datakurre
Created May 8, 2022 07:53
Show Gist options
  • Save datakurre/9a222de853dd9c34095b76f01489bec3 to your computer and use it in GitHub Desktop.
Save datakurre/9a222de853dd9c34095b76f01489bec3 to your computer and use it in GitHub Desktop.
{ pkgs ? import ./nix {}
}:
with pkgs;
mkShell {
buildInputs = [
(python3.withPackages(ps: with ps; [
# Packages that need to come from nixpkgs
cryptography
lxml
pillow
setuptools
# AND
zc_buildout_nix
]))
pcre
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment