Skip to content

Commit 68c6134

Browse files
committed
Remove the macOS hack since it got merged
1 parent e453e40 commit 68c6134

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

-5
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@
103103
in {
104104
inherit hlsSources;
105105

106-
# can remove once https://github.com/NixOS/nixpkgs/pull/136818 is merged
107-
tracy = prev.tracy.overrideAttrs (old: {
108-
NIX_CFLAGS_COMPILE = old.NIX_CFLAGS_COMPILE ++ lib.optional stdenv.isDarwin "-Wno-format-security";
109-
});
110-
111106
# Haskell packages extended with our packages
112107
hlsHpkgs = compiler: extended haskell.packages.${compiler};
113108

0 commit comments

Comments
 (0)