diff --git a/flake.nix b/flake.nix index bfd8f49..89b7b29 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ];