Skip to content

Instantly share code, notes, and snippets.

@Jomik
Created January 27, 2019 14:44
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 Jomik/2259cfb607fbec4fb9b78519ef8d4df3 to your computer and use it in GitHub Desktop.
Save Jomik/2259cfb607fbec4fb9b78519ef8d4df3 to your computer and use it in GitHub Desktop.
nixpkgs.overlays = [
(self: super: {
haskellPackages = with self.haskell.lib; super.haskellPackages.extend (hself: hsuper: {
gi-gdkpixbuf = hself.callHackage "gi-gdkpixbuf" "2.0.16" {};
});
inherit (unstable) thefuck direnv alacritty fish taffybar;
})
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment