Skip to content

Commit 537a23f

Browse files
committed
fm
1 parent 529aeff commit 537a23f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

flake.nix

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@
3232
pkgs.gh
3333
pkgs.jujutsu
3434
];
35-
# The nix CC wrapper adds RPATH only for directly-linked libraries.
36-
# Transitive deps (needed by GHC's RTS at runtime) require
37-
# LD_LIBRARY_PATH. Only include libs confirmed missing by CI — do
38-
# NOT include gmp/libffi (GHC's own RPATH handles those and mixing
39-
# store paths causes ABI crashes).
40-
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
41-
pkgs.zlib
42-
pkgs.zstd
43-
pkgs.xz
44-
pkgs.bzip2
45-
];
4635
};
4736
});
4837
}

0 commit comments

Comments
 (0)