File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 284
284
hydraJobs . nix-tools = pkgs . releaseTools . aggregate {
285
285
name = "nix-tools" ;
286
286
constituents = [
287
- "aarch64-darwin.nix-tools.static.zipped.nix-tools-static"
288
- "x86_64-darwin.nix-tools.static.zipped.nix-tools-static"
287
+ # "aarch64-darwin.nix-tools.static.zipped.nix-tools-static"
288
+ # "x86_64-darwin.nix-tools.static.zipped.nix-tools-static"
289
289
"x86_64-linux.nix-tools.static.zipped.nix-tools-static"
290
290
"x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64"
291
- "aarch64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
292
- "x86_64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
291
+ # "aarch64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
292
+ # "x86_64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
293
293
"x86_64-linux.nix-tools.static.zipped.nix-tools-static-no-ifd"
294
294
"x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64-no-ifd"
295
295
( writeText "gitrev" ( self . rev or "0000000000000000000000000000000000000000" ) )
You can’t perform that action at this time.
0 commit comments