Skip to content
Snippets Groups Projects
Commit 968fbf4c authored by Astro's avatar Astro :gear:
Browse files

hydra: move jobs into attrset

parent 76f08bb1
No related branches found
No related tags found
No related merge requests found
Pipeline #3814 passed
...@@ -17,8 +17,7 @@ let ...@@ -17,8 +17,7 @@ let
zip -9r $out . zip -9r $out .
''; '';
}; };
in [ in {
(lib.hydraJob release) release = lib.hydraJob release;
(lib.hydraJob releaseZip) release-zip = lib.hydraJob releaseZip;
] }
...@@ -16,7 +16,7 @@ let ...@@ -16,7 +16,7 @@ let
zip -9r $out . zip -9r $out .
''; '';
}; };
in in {
[ (lib.hydraJob firmware) firmware = lib.hydraJob firmware;
(lib.hydraJob firmwareZip) firmware-zip = lib.hydraJob firmwareZip;
] ]
...@@ -4,6 +4,6 @@ let ...@@ -4,6 +4,6 @@ let
firmwareSrc = <firmware>; firmwareSrc = <firmware>;
}; };
pkgs = import <nixpkgs> {}; pkgs = import <nixpkgs> {};
in [ in {
(pkgs.lib.hydraJob defaultPkgs.l0dables) l0dables = pkgs.lib.hydraJob defaultPkgs.l0dables;
] }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment