Skip to content

Instantly share code, notes, and snippets.

@petercommand
Created January 7, 2020 04:31
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 petercommand/8ea5ac8a9e6d93e85e3acf72d40cddab to your computer and use it in GitHub Desktop.
Save petercommand/8ea5ac8a9e6d93e85e3acf72d40cddab to your computer and use it in GitHub Desktop.
nixpkgs.overlays = [
(self: super: {
firefox = super.firefox.overrideAttrs (old: rec {
patches = [ ./ffrevert.patch ];
});
})
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment