aboutsummaryrefslogtreecommitdiff
path: root/overlays/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/default.nix')
-rw-r--r--overlays/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
deleted file mode 100644
index 9789980..0000000
--- a/overlays/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ nixToLua, ... }:
-_final: prev: {
- weznix = prev.callPackage ../pkgs/weznix.nix {
- inherit nixToLua;
- };
-}