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