Skip to content

Instantly share code, notes, and snippets.

Created January 10, 2018 20:20
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/aca21544ffdff2bad9c89ec904be57cf to your computer and use it in GitHub Desktop.
Save anonymous/aca21544ffdff2bad9c89ec904be57cf to your computer and use it in GitHub Desktop.
nixpkgs.overlays = [ (self: super: {
buildbot = super.buildbot.overrideAttrs ( oldAttrs: {
src = pkgs.pythonPackages.fetchPypi {
pname = "buildbot";
version = "0.9.15.post1";
sha256 = "1s3y218wry7502xp4zxccf3z996xm8cnp3dcxl7m5ldmmb055qwv";
};
});
})];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment