packages: build custom hci agent and cli
This commit is contained in:
parent
b1ff5c5764
commit
a5244c2321
1 changed files with 4 additions and 0 deletions
|
@ -9,4 +9,8 @@ rec {
|
|||
nix-super = packages.nix-super.nix;
|
||||
|
||||
agenix = packages.agenix.agenix.override { nix = nix-super; };
|
||||
|
||||
hercules-ci-agent = packages.hercules-ci-agent.hercules-ci-agent.override { nix = nix-super; };
|
||||
|
||||
hci = packages.hercules-ci-agent.hercules-ci-cli.override { nix = nix-super; };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue