about summary refs log tree commit diff
path: root/users/glittershark/xanthous/pkg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/xanthous/pkg.nix')
-rw-r--r--users/glittershark/xanthous/pkg.nix7
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";
+})