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, 6 insertions, 0 deletions
diff --git a/users/glittershark/owothia/default.nix b/users/glittershark/owothia/default.nix
new file mode 100644
index 0000000000..2a1b37800b
--- /dev/null
+++ b/users/glittershark/owothia/default.nix
@@ -0,0 +1,6 @@
+{ pkgs ? (import ../../../. {}).third_party
+, lib ? pkgs.lib
+, ...
+}:
+
+(import ./packageSet.nix {}).callPackage (import ./pkg.nix { inherit pkgs; }) {}