about summary refs log tree commit diff
path: root/overlays/patches/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/default.nix')
-rw-r--r--overlays/patches/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix
index a49db0c90871..1aff7e80948a 100644
--- a/overlays/patches/default.nix
+++ b/overlays/patches/default.nix
@@ -34,6 +34,4 @@ self: super: {
   };
 
   tmux = self.callPackage ./tmux { inherit (super) tmux; };
-
-  waylandPkgs = self.extend (import ./nixpkgs-wayland);
 }