From 9aefff07e91a70515b37b5cfed8c6ea96f045860 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 5 Jun 2024 19:53:14 +0900 Subject: chore(flake): bump --- home/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/default.nix') diff --git a/home/default.nix b/home/default.nix index 169b85b..0d414f3 100644 --- a/home/default.nix +++ b/home/default.nix @@ -8,7 +8,7 @@ system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default - neovim-nightly.overlay + neovim-nightly.overlays.default nur.overlay nixpkgs-wayland.overlay ]; @@ -41,7 +41,7 @@ system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default - neovim-nightly.overlay + neovim-nightly.overlays.default nur.overlay nixpkgs-wayland.overlay # TODO: fractional scaling is broken on 1.8+ -- cgit 1.4.1