Skip to content

Instantly share code, notes, and snippets.

@joepie91

joepie91/.nix Secret

Created October 26, 2019 15:00
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 joepie91/60b5f314f08c56ffec16d1a01bcc709e to your computer and use it in GitHub Desktop.
Save joepie91/60b5f314f08c56ffec16d1a01bcc709e to your computer and use it in GitHub Desktop.
nixpkgs.overlays = [
# (self: super: {
# jellyfin = packages.unstable.jellyfin;
# })
(self: super: {
python37Packages = super.python37Packages // {
pycurl = null;
# pycurl = super.python37Packages.pycurl.overrideAttrs {
# # checkPhase = "";
# doCheck = false;
# };
};
})
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment