diff --git a/flake.nix b/flake.nix index 933b390..1ef87a6 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ { description = "My own Neovim flake"; inputs = { - nvim.url = "git+https://gitea.napo280.fr/napo280/flake-nvim"; + neovim.url = "git+https://gitea.napo280.fr/napo280/flake-nvim"; }; outputs = { self, ... }@inputs: { nixosModules.flake = {config, pkgs, ...} :