flake.nix: update inputs
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m24s

This commit is contained in:
2025-08-15 20:07:14 +01:00
parent 47d0f78c0a
commit db345e0a00

View File

@@ -8,6 +8,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};
agenix-rekey = {
url = "github:oddlama/agenix-rekey";
inputs.nixpkgs.follows = "nixpkgs";
inputs.pre-commit-hooks.follows = "pre-commit-hooks";
};
deploy-rs.url = "github:serokell/deploy-rs";
disko = {
@@ -34,8 +40,6 @@
flake-parts.url = "github:hercules-ci/flake-parts";
git-hooks-nix.url = "github:cachix/git-hooks.nix";
gitea-github-theme = {
url = "git+ssh://git@git.vimium.com/jordan/gitea-github-theme.git?ref=main";
flake = false;
@@ -90,7 +94,7 @@
}:
flake-parts.lib.mkFlake { inherit inputs; } {
imports = [
inputs.git-hooks-nix.flakeModule
inputs.pre-commit-hooks.flakeModule
./nix/hosts.nix
];