about summary refs log tree commit diff
path: root/overlays/patches/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-01-03 12:30:15 +0000
committerAlyssa Ross <hi@alyssa.is>2021-01-06 12:48:24 +0000
commitd2a0b2b048a5c7fce6d8ceb252241b2c690d99c7 (patch)
tree57067e0f24871feee51621b57fcbf5c6c1810275 /overlays/patches/default.nix
parenta550e8239c4fe79530036e207095f5de6403c699 (diff)
downloadnixlib-d2a0b2b048a5c7fce6d8ceb252241b2c690d99c7.tar
nixlib-d2a0b2b048a5c7fce6d8ceb252241b2c690d99c7.tar.gz
nixlib-d2a0b2b048a5c7fce6d8ceb252241b2c690d99c7.tar.bz2
nixlib-d2a0b2b048a5c7fce6d8ceb252241b2c690d99c7.tar.lz
nixlib-d2a0b2b048a5c7fce6d8ceb252241b2c690d99c7.tar.xz
nixlib-d2a0b2b048a5c7fce6d8ceb252241b2c690d99c7.tar.zst
nixlib-d2a0b2b048a5c7fce6d8ceb252241b2c690d99c7.zip
patches/nixpkgs-wayland: remove
I only used this for Emacs, and in more recent versions Emacs has been
removed in favour of the Emacs overlay, so I'll use that instead.
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);
 }