Refactor inputs

This commit is contained in:
Oliver Davies 2025-07-30 18:00:00 +01:00
parent c437a4f892
commit 3c798cba51

View file

@ -1,47 +1,67 @@
{ {
inputs = { inputs = {
agenix.inputs.nixpkgs.follows = "nixpkgs"; agenix = {
agenix.url = "github:ryantm/agenix"; inputs.nixpkgs.follows = "nixpkgs";
url = "github:ryantm/agenix";
};
conf-vim.flake = false; conf-vim = {
conf-vim.url = "github:tjdevries/conf.vim"; flake = false;
url = "github:tjdevries/conf.vim";
};
disko.inputs.nixpkgs.follows = "nixpkgs"; disko = {
disko.url = "github:nix-community/disko"; inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/disko";
};
edit-alternate-vim.flake = false; edit-alternate-vim = {
edit-alternate-vim.url = "github:tjdevries/edit_alternate.vim"; flake = false;
url = "github:tjdevries/edit_alternate.vim";
};
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager = {
home-manager.url = "github:nix-community/home-manager/master"; inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager/master";
};
import-tree.url = "github:vic/import-tree"; import-tree.url = "github:vic/import-tree";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs"; nix-index-database = {
nix-index-database.url = "github:nix-community/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/nix-index-database";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nixos-wsl.url = "github:nix-community/NixOS-WSL/main"; nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
nixvim.inputs.flake-parts.follows = "flake-parts"; nixvim = {
nixvim.inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-parts.follows = "flake-parts";
nixvim.url = "github:nix-community/nixvim"; inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/nixvim";
};
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nur.inputs.nixpkgs.follows = "nixpkgs"; nur = {
nur.url = "github:nix-community/NUR"; inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/NUR";
};
standard-vim.flake = false; standard-vim = {
standard-vim.url = "github:tjdevries/standard.vim"; flake = false;
url = "github:tjdevries/standard.vim";
};
vim-textobj-xmlattr.flake = false; vim-textobj-xmlattr = {
vim-textobj-xmlattr.url = "github:whatyouhide/vim-textobj-xmlattr"; flake = false;
url = "github:whatyouhide/vim-textobj-xmlattr";
};
}; };
outputs = outputs =