Skip to content

Commit d5d9aaf

Browse files
committed
Disable hydraJobs.nix-tools
1 parent d17f385 commit d5d9aaf

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

flake.nix

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -286,21 +286,21 @@
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

0 commit comments

Comments
 (0)