mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 08:04:20 +01:00
Update hydraJobs
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
bbdef7c94e
commit
7011cf1eb3
|
@ -91,14 +91,7 @@
|
|||
nativeBuildInputs = with pkgs; [ jq ];
|
||||
};
|
||||
in
|
||||
{
|
||||
website = makeJob self.ociImages.website;
|
||||
hydra = makeJob self.ociImages.hydra;
|
||||
hydraPostgresql = makeJob self.ociImages.hydraPostgresql;
|
||||
ingress = makeJob self.ociImages.ingress;
|
||||
jmusicbot = makeJob self.ociImages.jmusicbot;
|
||||
camptules = makeJob self.ociImages.camptules;
|
||||
};
|
||||
nixpkgs.lib.mapAttrs (n: v: makeJob v) self.ociImages;
|
||||
|
||||
|
||||
devShell = forAllSystems (system:
|
||||
|
|
Loading…
Reference in a new issue