Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created April 25, 2019 13:17
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/d3757ad526fc68d513d0e4fff26c3dca to your computer and use it in GitHub Desktop.
Save exarkun/d3757ad526fc68d513d0e4fff26c3dca to your computer and use it in GitHub Desktop.
twisted development env
pkgs ? import <nixpkgs> {} }:
let
twisted = pkgs.python27Packages.twisted.overrideAttrs (old: {
src = ~/Work/python/twisted;
});
in
pkgs.python27.withPackages (ps: [ twisted ])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment