Skip to content

Instantly share code, notes, and snippets.

@zaniphrom
zaniphrom / default.nix
Created April 16, 2015 04:18
Sphinx 131 default.nix
{ system ? builtins.currentSystem
}:
let
pkgs = import <nixpkgs> { inherit system; };
inherit (pkgs) fetchurl fetchgit;
buildPythonPackage = pkgs.python27Packages.buildPythonPackage;