Skip to content

Commit 1d484a8

Browse files
committed
Add macOS back
1 parent 7857c32 commit 1d484a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flake.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,12 @@
284284
hydraJobs.nix-tools = pkgs.releaseTools.aggregate {
285285
name = "nix-tools";
286286
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"
289289
"x86_64-linux.nix-tools.static.zipped.nix-tools-static"
290290
"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"
293293
"x86_64-linux.nix-tools.static.zipped.nix-tools-static-no-ifd"
294294
"x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64-no-ifd"
295295
(writeText "gitrev" (self.rev or "0000000000000000000000000000000000000000"))

0 commit comments

Comments
 (0)