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