Skip to content

Commit 02df8e1

Browse files
add llv-config to the nix flake to avoid using the one potentially available in the host system
1 parent 36e3e8e commit 02df8e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
lib.optionals stdenv.isLinux [
123123
clang
124124
llvmPackages.libclang
125+
llvmPackages.llvm
125126
];
126127

127128
linuxAttrs = lib.optionalAttrs pkgs.stdenv.isLinux {

0 commit comments

Comments
 (0)