fix(flake): remove unused overrides #317

Merged
jalil merged 1 commit from push-sxrvsonnxssu into main 2025-02-27 21:34:44 +01:00

View file

@ -38,15 +38,9 @@
nixvim = { nixvim = {
url = "github:nix-community/nixvim"; url = "github:nix-community/nixvim";
inputs = { inputs = {
home-manager.follows = "home-manager";
flake-parts.follows = "flake-parts"; flake-parts.follows = "flake-parts";
treefmt-nix.follows = "treefmt-nix";
# disable optional inputs # disable optional inputs
flake-compat.follows = "";
nix-darwin.follows = "";
nuschtosSearch.follows = ""; nuschtosSearch.follows = "";
devshell.follows = "";
git-hooks.follows = "";
}; };
}; };
flake-parts = { flake-parts = {