From 9285f2f3ef52fd9a88adf64ea2d53b260f3f0cfc Mon Sep 17 00:00:00 2001 From: Cookiez Date: Mon, 25 May 2026 11:18:58 +0200 Subject: [PATCH] Removed follows from nixvim flake input as it causes issues. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5feb3d9..009dc7f 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ nixvim = { url = "github:nix-community/nixvim"; - inputs.nixpkgs.follows = "nixpkgs"; + #Do not use follows here as it will throw warnings with nixvim's built-in source }; alejandra = {