Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created August 12, 2019 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exarkun/efde2f45626dda42c0c519075673482c to your computer and use it in GitHub Desktop.
Save exarkun/efde2f45626dda42c0c519075673482c to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> { } }:
let
custom-python = pkgs.python27.withPackages (ps:
with ps;
[ twisted
]
);
in
custom-python.env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment