about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthieu C. <886074+teto@users.noreply.github.com>2024-06-30 00:40:08 +0200
committerMatthieu C. <886074+teto@users.noreply.github.com>2024-06-30 00:40:08 +0200
commit443f4807e80a692db32e8faa08ed5d1895839acb (patch)
tree5eeee5e35c07f6e6475779d408e01abdc8b71c5f
parente486522723531bc62eea6431c687d071272ce386 (diff)
neovim-gtk: move to pkgs/by-name
-rw-r--r--pkgs/by-name/ne/neovim-gtk/package.nix (renamed from pkgs/applications/editors/neovim/neovim-gtk.nix)0
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/editors/neovim/neovim-gtk.nix b/pkgs/by-name/ne/neovim-gtk/package.nix
index eebb980f85cb5..eebb980f85cb5 100644
--- a/pkgs/applications/editors/neovim/neovim-gtk.nix
+++ b/pkgs/by-name/ne/neovim-gtk/package.nix
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 854de263419ff..b45470710b3a0 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -34944,8 +34944,6 @@ with pkgs;
   };
   neovim = wrapNeovim neovim-unwrapped { };
 
-  neovim-gtk = callPackage ../applications/editors/neovim/neovim-gtk.nix { };
-
   gnvim-unwrapped = callPackage ../applications/editors/neovim/gnvim { };
 
   gnvim = callPackage ../applications/editors/neovim/gnvim/wrapper.nix { };