Skip to content

Instantly share code, notes, and snippets.

@lovesegfault
Created January 2, 2021 04:49
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 lovesegfault/2a22c68f13de2e747f38effd3e0746b2 to your computer and use it in GitHub Desktop.
Save lovesegfault/2a22c68f13de2e747f38effd3e0746b2 to your computer and use it in GitHub Desktop.
self: super: {
beets = self.callPackage ./beets.nix { pythonPackages = self.python3Packages; };
python3 = super.python3.override {
packageOverrides = pySelf: _: {
confuse = pySelf.callPackage ./confuse.nix { };
mediafile = pySelf.callPackage ./mediafile.nix { };
};
};
python3Packages = self.python3.pkgs;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment