Skip to content

Instantly share code, notes, and snippets.

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 therewillbecode/231910862f99db77b737d732769195ac to your computer and use it in GitHub Desktop.
Save therewillbecode/231910862f99db77b737d732769195ac to your computer and use it in GitHub Desktop.
let
pkgs = import <nixpkgs> {};
overridez = fetchTarball {
patchFlags = [ "--binary" ];
url = "https://github.com/adetokunbo/haskell-overridez/archive/v0.10.3.0.tar.gz";
sha256 = "1mfnjksb0n3jbbsqi7g7jd3qn0c10s5q4dg1lqx3fhqw46yvr7j7";
};
in
import overridez { inherit pkgs; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment