about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-11-12 20:37:40 +0900
committersefidel <contact@sefidel.net>2023-11-12 20:37:40 +0900
commita0163ad377303fa746d023726230a8b94173ceaf (patch)
treea5bb8dd02a9233c0c55033b9577765deb9a9b759 /home/profiles
parent3db03e8d0da1d27376e32183d02bdca38be2d809 (diff)
downloadnixrc-a0163ad377303fa746d023726230a8b94173ceaf.tar.gz
nixrc-a0163ad377303fa746d023726230a8b94173ceaf.zip
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.
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/base/default.nix2
1 files changed, 1 insertions, 1 deletions
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" ]; }))