tvl-depot/users/glittershark/xanthous/pkg.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
189 B
Nix
Raw Normal View History

{ pkgs ? (import ../../../. {}).third_party }:
import (pkgs.haskellPackages.haskellSrc2nix {
name = "xanthous";
src = pkgs.gitignoreSource ./.;
extraCabal2nixOptions = "--hpack";
})