From afb9c44ad140622830d9f8f0171d649da071050a Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 20 Jul 2023 10:08:56 +0900 Subject: fix(darwin/kompakt-darwin): remove nonexistent neovim patch --- home/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/default.nix') diff --git a/home/default.nix b/home/default.nix index 0591d7a..088d14c 100644 --- a/home/default.nix +++ b/home/default.nix @@ -44,7 +44,7 @@ "sefidel@kompakt-darwin" = self.lib.mkHome { username = "sefidel"; hostname = "kompakt-darwin"; - pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default (import ../overlays/neovim.nix) neovim.overlay ]; }; + pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default neovim.overlay ]; }; extraModules = [ ./profiles/populate.nix -- cgit 1.4.1