Update hydraJobs

Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
main 2022-04-26 10:14:14 +02:00
parent bbdef7c94e
commit 7011cf1eb3
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -91,14 +91,7 @@
nativeBuildInputs = with pkgs; [ jq ]; nativeBuildInputs = with pkgs; [ jq ];
}; };
in in
{ nixpkgs.lib.mapAttrs (n: v: makeJob v) self.ociImages;
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;
};
devShell = forAllSystems (system: devShell = forAllSystems (system: