From 927bd07cab5ad31bdd97353b3fce5550cdbbbfaf Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 16 Feb 2023 11:40:35 +0900 Subject: feat: remove input chaotic-nixpkgs --- home/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/default.nix b/home/default.nix index f83c954..d10a387 100644 --- a/home/default.nix +++ b/home/default.nix @@ -6,7 +6,7 @@ "sefidel@alpha" = self.lib.mkHome { username = "sefidel"; 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; [ rust.overlays.default /*neovim.overlay*/ ]; }; extraModules = [ ./profiles/populate.nix -- cgit 1.4.1