Skip to content

Commit b6c763d

Browse files
committed
Fix aggregate job
1 parent e6265ae commit b6c763d

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

flake.nix

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -295,25 +295,17 @@
295295
hydraJobs.nix-tools = pkgs.releaseTools.aggregate {
296296
name = "nix-tools";
297297
constituents = [
298-
"aarch64-darwin.nix-tools-static"
299-
"x86_64-darwin.nix-tools-static"
300-
"x86_64-linux.nix-tools-static"
301-
"x86_64-linux.nix-tools-static-arm64"
302-
"aarch64-darwin.nix-tools-static-no-ifd"
303-
"x86_64-darwin.nix-tools-static-no-ifd"
304-
"x86_64-linux.nix-tools-static-no-ifd"
305-
"x86_64-linux.nix-tools-static-arm64-no-ifd"
298+
"aarch64-darwin.nix-tools.static.zipped.nix-tools-static"
299+
"x86_64-darwin.nix-tools.static.zipped.nix-tools-static"
300+
"x86_64-linux.nix-tools.static.zipped.nix-tools-static"
301+
"x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64"
302+
"aarch64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
303+
"x86_64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
304+
"x86_64-linux.nix-tools.static.zipped.nix-tools-static-no-ifd"
305+
"x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64-no-ifd"
306306
(writeText "gitrev" (self.rev or "0000000000000000000000000000000000000000"))
307307
];
308308
};
309-
# hydraJobs.all-nix-tools = runCommand "all-nix-tools" {
310-
# } ''
311-
# mkdir $out
312-
# cp ${flake.hydraJobs.aarch64-darwin.nix-tools-static-no-ifd}/*.zip $out/
313-
# cp ${flake.hydraJobs.x86_64-darwin.nix-tools-static-no-ifd}/*.zip $out/
314-
# cp ${flake.hydraJobs.x86_64-linux.nix-tools-static-no-ifd}/*.zip $out/
315-
# cp ${flake.hydraJobs.x86_64-linux.nix-tools-static-arm64-no-ifd}/*.zip $out/
316-
# '';
317309
});
318310

319311
# --- Flake Local Nix Configuration ----------------------------

0 commit comments

Comments
 (0)