From 07b57955e66b9d1c36e09943938304b89472d535 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Tue, 25 Feb 2025 15:37:03 +0100 Subject: [PATCH] uiui --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ...} :