Compare commits
No commits in common. "c2319e4ce6150a5c966b908b17fdb45aed8421db" and "5269b1f638adfbc0e4f2b0abe6573a78c86db0b2" have entirely different histories.
c2319e4ce6
...
5269b1f638
3 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
tools = with flakePkgs; [
|
||||
agenix
|
||||
graf
|
||||
hci
|
||||
npins
|
||||
pin
|
||||
void
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
packages = {
|
||||
hci = [ "x86_64-linux" ];
|
||||
hydra = [ "x86_64-linux" ];
|
||||
jellyfin = [ "x86_64-linux" ];
|
||||
keycloak = [ "x86_64-linux" ];
|
||||
|
|
Loading…
Reference in a new issue