about summary refs log tree commit diff
path: root/users/grfn/owothia/pkg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/owothia/pkg.nix')
-rw-r--r--users/grfn/owothia/pkg.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/users/grfn/owothia/pkg.nix b/users/grfn/owothia/pkg.nix
deleted file mode 100644
index d0941a8489..0000000000
--- a/users/grfn/owothia/pkg.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ mkDerivation, base, bytestring, chatter, containers, envy
-, irc-client, lens, lib, random, relude, text
-}:
-mkDerivation {
-  pname = "owothia";
-  version = "0.0.1.0";
-  src = ./.;
-  isLibrary = false;
-  isExecutable = true;
-  executableHaskellDepends = [
-    base bytestring chatter containers envy irc-client lens random
-    relude text
-  ];
-  license = "unknown";
-  hydraPlatforms = lib.platforms.none;
-}