From cb2e9c4fc23b4e73e4d77b9122d685896c042802 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:15:09 +0100 Subject: [PATCH] flake/dev/flake: remove non-existent nixvim override (#2166) Fixes: a525e4774f25 ("flake: update all inputs (#2117)") Link: https://github.com/nix-community/stylix/pull/2166 --- flake/dev/flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake/dev/flake.nix b/flake/dev/flake.nix index 85e2b837..af987f3b 100644 --- a/flake/dev/flake.nix +++ b/flake/dev/flake.nix @@ -151,7 +151,6 @@ inputs = { flake-parts.follows = "dev-flake-parts"; nixpkgs.follows = "dev-nixpkgs"; - nuschtosSearch.follows = ""; systems.follows = "dev-systems"; }; };