From 0d719865b22367f4e597452346226876072eaa26 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 8 Mar 2023 16:41:34 +0900 Subject: fix(home): remove leftover neovim-fix overlay --- home/default.nix | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'home') diff --git a/home/default.nix b/home/default.nix index 0a45fe5..9c9e324 100644 --- a/home/default.nix +++ b/home/default.nix @@ -1,13 +1,7 @@ -{ self, unstable, nixpkgs-neovim-fix, ... } @ inputs: - -let - # TODO See: https://github.com/neovim/neovim/pull/21711 - # TODO See: https://github.com/NixOS/nixpkgs/pull/214231 - # neovim-fix = self: super: { - # inherit (nixpkgs-neovim-fix.legacyPackages.${super.system}) - # neovim neovim-unwrapped; - # }; -in +{ self, unstable, ... } @ inputs: + +# TODO See: https://github.com/neovim/neovim/pull/21711 +# TODO See: https://github.com/NixOS/nixpkgs/pull/214231 { "sefidel@alpha" = self.lib.mkHome { username = "sefidel"; -- cgit 1.4.1