about summary refs log tree commit diff
path: root/users/glittershark/owothia/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/owothia/default.nix')
-rw-r--r--users/glittershark/owothia/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/users/glittershark/owothia/default.nix b/users/glittershark/owothia/default.nix
deleted file mode 100644
index e10098ed94..0000000000
--- a/users/glittershark/owothia/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ depot ? (import ../../../. {})
-, pkgs ? depot.third_party.nixpkgs
-, ... }:
-
-pkgs.haskellPackages.callCabal2nix "owothia"
-  (depot.third_party.gitignoreSource ./.) { }