File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 286286 (
287287 let pkgs = nixpkgs . legacyPackages . "x86_64-linux" ; in
288288 {
289- hydraJobs . nix-tools = pkgs . releaseTools . aggregate {
290- name = "nix-tools" ;
291- constituents = ( if runningHydraEvalTest then [ ] else [
292- "aarch64-darwin.nix-tools.static.zipped.nix-tools-static"
293- "x86_64-darwin.nix-tools.static.zipped.nix-tools-static"
294- "aarch64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
295- "x86_64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
296- ] ) ++ [
297- "x86_64-linux.nix-tools.static.zipped.nix-tools-static"
298- "x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64"
299- "x86_64-linux.nix-tools.static.zipped.nix-tools-static-no-ifd"
300- "x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64-no-ifd"
301- ( pkgs . writeText "gitrev" ( self . rev or "0000000000000000000000000000000000000000" ) )
302- ] ;
303- } ;
289+ # hydraJobs.nix-tools = pkgs.releaseTools.aggregate {
290+ # name = "nix-tools";
291+ # constituents = (if runningHydraEvalTest then [ ] else [
292+ # "aarch64-darwin.nix-tools.static.zipped.nix-tools-static"
293+ # "x86_64-darwin.nix-tools.static.zipped.nix-tools-static"
294+ # "aarch64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
295+ # "x86_64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
296+ # ]) ++ [
297+ # "x86_64-linux.nix-tools.static.zipped.nix-tools-static"
298+ # "x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64"
299+ # "x86_64-linux.nix-tools.static.zipped.nix-tools-static-no-ifd"
300+ # "x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64-no-ifd"
301+ # (pkgs.writeText "gitrev" (self.rev or "0000000000000000000000000000000000000000"))
302+ # ];
303+ # };
304304 }
305305 ) ) ) ;
306306
You can’t perform that action at this time.
0 commit comments