fix(flake): remove optional inputs

Some flakes have optional inputs, lets remove them and save some
bandwidth!
This commit is contained in:
Jalil David Salamé Messina 2024-09-30 08:54:49 +02:00
parent d85f1a35f7
commit 11d2c32340
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 13 additions and 127 deletions

View file

@ -24,19 +24,21 @@
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
# disable optional inputs
flake-compat.follows = "";
};
};
nixvim = {
url = "github:nix-community/nixvim";
inputs = {
nixpkgs.follows = "unstable";
nix-darwin.follows = ""; # disable MacOS stuff
home-manager.follows = "home-manager";
flake-compat.follows = "stylix/flake-compat";
nuschtosSearch.inputs = {
flake-utils.follows = "lix-module/flake-utils";
nixpkgs.follows = "nixpkgs";
};
# disable optional inputs
flake-compat.follows = "";
nix-darwin.follows = "";
nuschtosSearch.follows = "";
devshell.follows = "";
git-hooks.follows = "";
};
};
# For deduplication