diff options
Diffstat (limited to 'users/glittershark/xanthous/pkg.nix')
-rw-r--r-- | users/glittershark/xanthous/pkg.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/glittershark/xanthous/pkg.nix b/users/glittershark/xanthous/pkg.nix new file mode 100644 index 000000000000..fc303a3eda06 --- /dev/null +++ b/users/glittershark/xanthous/pkg.nix @@ -0,0 +1,7 @@ +{ pkgs ? (import ../../../. {}).third_party }: + +import (pkgs.haskellPackages.haskellSrc2nix { + name = "xanthous"; + src = pkgs.gitignoreSource ./.; + extraCabal2nixOptions = "--hpack"; +}) |