feat(hecuba): partially GitOps-ify container updates

This commit is contained in:
2026-07-12 22:31:44 +02:00
parent da72da34a1
commit eb9dd36340
4 changed files with 102 additions and 11 deletions
+8
View File
@@ -26,6 +26,14 @@
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
};
arion = {
url = "github:hercules-ci/arion";
inputs.nixpkgs.follows = "nixpkgs";
};
hecuba-services = {
url = "git+ssh://git@github.com/hektor/hecuba-services?ref=main";
flake = false;
};
git-hooks = {
url = "github:cachix/git-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";