From 08fc85db27970bc055c8672fdb326079f53baad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Thu, 27 Feb 2025 21:27:03 +0100 Subject: [PATCH] fix(flake): remove unused overrides NixVIM no longer has a bunch of inputs, so remove them from the flake. --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flake.nix b/flake.nix index 2e99a7b..8c9a20b 100644 --- a/flake.nix +++ b/flake.nix @@ -38,15 +38,9 @@ nixvim = { url = "github:nix-community/nixvim"; inputs = { - home-manager.follows = "home-manager"; flake-parts.follows = "flake-parts"; - treefmt-nix.follows = "treefmt-nix"; # disable optional inputs - flake-compat.follows = ""; - nix-darwin.follows = ""; nuschtosSearch.follows = ""; - devshell.follows = ""; - git-hooks.follows = ""; }; }; flake-parts = {