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, 0 insertions, 7 deletions
diff --git a/users/glittershark/xanthous/pkg.nix b/users/glittershark/xanthous/pkg.nix
deleted file mode 100644
index fc303a3eda..0000000000
--- a/users/glittershark/xanthous/pkg.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ pkgs ? (import ../../../. {}).third_party }:
-
-import (pkgs.haskellPackages.haskellSrc2nix {
-  name = "xanthous";
-  src = pkgs.gitignoreSource ./.;
-  extraCabal2nixOptions = "--hpack";
-})