remove unused inputs

This commit is contained in:
xunuwu 2024-06-19 12:21:31 +02:00
parent 4ae26b48df
commit 30bd03615f
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 25 additions and 483 deletions

View file

@ -42,19 +42,12 @@
flake-parts.url = "github:hercules-ci/flake-parts";
hardware.url = "github:nixos/nixos-hardware";
#hardware.url = "github:xunuwu/nixos-hardware/gigabyte-b550-flake";
#impermanence.url = "github:nix-community/impermanence";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
neovim-config = {
url = "github:xunuwu/neovim-config";
inputs.nixpkgs.follows = "nixpkgs";
};
small-nvim = {
url = "github:xunuwu/small-nvim";
inputs.nixpkgs.follows = "nixpkgs";
@ -67,11 +60,6 @@
sops-nix.url = "github:Mic92/sops-nix";
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-index-database = {
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
@ -80,12 +68,5 @@
nix-vscode-extensions = {
url = "github:nix-community/nix-vscode-extensions";
};
arion = {
url = "github:hercules-ci/arion";
inputs.nixpkgs.follows = "nixpkgs";
};
nur.url = "github:nix-community/NUR";
};
}