From 7b5e6be191ef3cb9518d9d705f71b6c075bd052e Mon Sep 17 00:00:00 2001 From: Patrick Neff Date: Sat, 9 Mar 2024 16:46:36 +0100 Subject: [PATCH] Rename input --- flake.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index d8cbe29..df4f2f9 100644 --- a/flake.nix +++ b/flake.nix @@ -11,9 +11,8 @@ neovim-nightly-overlay = { url = "github:nix-community/neovim-nightly-overlay"; }; - neovim = { + neovim-flake = { url = "git+ssh://gitea@pi1.odie.intranet/odie/neovim-flake.git"; - #url = "/home/odie/Code/nix/neovim-config"; }; nur.url = "github:nix-community/NUR"; nixgl.url = "github:nix-community/nixGL"; @@ -33,7 +32,7 @@ inputOverlays = [ inputs.neovim-nightly-overlay.overlays.default - inputs.neovim.overlays.default + inputs.neovim-flake.overlays.default inputs.nur.overlay inputs.nixgl.overlay ]; @@ -73,7 +72,7 @@ odie-dev = home-manager.lib.homeManagerConfiguration { inherit pkgs extraSpecialArgs; modules = [ - inputs.neovim.homeModules.neovim-ide + inputs.neovim-flake.homeModules.neovim-ide homeModules.base homeModules.shell homeModules.dev @@ -82,7 +81,7 @@ odie-gui = home-manager.lib.homeManagerConfiguration { inherit pkgs extraSpecialArgs; modules = [ - inputs.neovim.homeModules.neovim-ide + inputs.neovim-flake.homeModules.neovim-ide homeModules.base homeModules.shell homeModules.dev