From a0163ad377303fa746d023726230a8b94173ceaf Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 12 Nov 2023 20:37:40 +0900 Subject: feat(flake): neovim -> neovim-nightly This commit replaces neovim with nix-community's neovim-nightly overlay flake, in an effort to reduce the frequency of dependency build errors. --- home/profiles/base/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles') diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index bab28a3..9189744 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -48,7 +48,7 @@ in pkgs.procs pkgs.sops pkgs.tree - pkgs.neovim + pkgs.neovim-nightly # Common build tools (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override { extensions = [ "rust-src" ]; })) -- cgit 1.4.1