From cd7df8d2ea9234e4db8ddc831c065dd6da2b9382 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 7 Feb 2023 18:10:58 +0900 Subject: feat(flake): bump TODO: uncomment neovim overlay, see comments in relevant section --- home/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'home/default.nix') diff --git a/home/default.nix b/home/default.nix index 30ab75f..d4f112b 100644 --- a/home/default.nix +++ b/home/default.nix @@ -1,10 +1,12 @@ { self, unstable, ... } @ inputs: { + # TODO See: https://github.com/neovim/neovim/pull/21711 + # TODO See: https://github.com/NixOS/nixpkgs/pull/214231 "zach@alpha" = self.lib.mkHome { username = "zach"; hostname = "alpha"; - pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ chaotic-nixpkgs.overlay rust.overlays.default neovim.overlay ]; }; + pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ chaotic-nixpkgs.overlay rust.overlays.default /*neovim.overlay*/ ]; }; extraModules = [ ./profiles/populate.nix @@ -22,7 +24,7 @@ "o32@kompakt" = self.lib.mkHome { username = "o32"; hostname = "kompakt"; - pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default neovim.overlay ]; }; + pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default /*neovim.overlay*/ ]; }; extraModules = [ ./profiles/populate.nix -- cgit 1.4.1