about summary refs log tree commit diff
path: root/users/glittershark/owothia/pkg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/owothia/pkg.nix')
-rw-r--r--users/glittershark/owothia/pkg.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/users/glittershark/owothia/pkg.nix b/users/glittershark/owothia/pkg.nix
deleted file mode 100644
index ef99d4d651..0000000000
--- a/users/glittershark/owothia/pkg.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-args@{ pkgs ? (import ../../../. {}).third_party }:
-
-import ((import ./packageSet.nix args).haskellSrc2nix {
-  name = "owothia";
-  src = pkgs.gitignoreSource ./.;
-})