about summary refs log tree commit diff
path: root/users/glittershark/xanthous/pkg.nix
blob: fc303a3eda062a4af326aed3edaadde6855be689 (plain) (blame)
1
2
3
4
5
6
7
{ pkgs ? (import ../../../. {}).third_party }:

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