Skip to content

Instantly share code, notes, and snippets.

Created January 10, 2018 20:34
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 anonymous/e6c586ca2b3e6bbb233db8342ca73891 to your computer and use it in GitHub Desktop.
Save anonymous/e6c586ca2b3e6bbb233db8342ca73891 to your computer and use it in GitHub Desktop.
nixpkgs.overlays = [ (self: super: {
buildbot = super.buildbot.overrideDerivation ( attrs: rec {
name = "buildbot";
version = "0.9.15.post1";
src = pkgs.fetchurl {
url = "mirror://pypi/b/buildbot/${name}.tar.gz";
sha256 = "0rcv40dcshqpchwkdlhsv3n68h9swm9fh4d1cgzr2hsp6rs7k8jp";
};
});
})];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment