Compare commits

..

No commits in common. "87f610640d8a704b6fb987f764afe60378b13083" and "b5e51f6cd03af8c5140387711048e09b6109ca9c" have entirely different histories.

3 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,8 @@
nix-super = packages.nix-super.nix;
agenix = packages.agenix.agenix.override { nix = nix-super; };
hci = packages.hercules-ci-agent.hercules-ci-cli;
};
};
}

View file

@ -59,6 +59,7 @@
tools = with flakePkgs; [
agenix
graf
hci
npins
pin
void

View file

@ -1,5 +1,6 @@
{
packages = {
hci = [ "x86_64-linux" ];
hydra = [ "x86_64-linux" ];
jellyfin = [ "x86_64-linux" ];
keycloak = [ "x86_64-linux" ];