Skip to content

Instantly share code, notes, and snippets.

@Taneb
Created March 29, 2019 09:56
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 Taneb/ba474592bb04cbf67255e49ecf4b5283 to your computer and use it in GitHub Desktop.
Save Taneb/ba474592bb04cbf67255e49ecf4b5283 to your computer and use it in GitHub Desktop.
Overlay weirdness
# Having two overlays of this form seems to lead to only one taking effect
pkgsself: pkgssuper: {
python36 = let
packageOverrides = self: super: {
ctcdecode = self.callPackage (ommitted) {};
};
in pkgssuper.python36.override { inherit packageOverrides; };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment