Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ pkgs ? (import ../../../. {}).third_party }:
import (pkgs.haskellPackages.haskellSrc2nix {
name = "xanthous";
src = pkgs.gitignoreSource ./.;
extraCabal2nixOptions = "--hpack";
})