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