Skip to content

Commit 0789bf5

Browse files
committed
avoid unnecessary complex recursion
1 parent 7e582c5 commit 0789bf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
shell.shellHook = addIncludeDir;
2828
modules = [{
2929
packages.libclang-bindings.components.library = {
30-
build-tools = [ pkgs.llvmPackages.llvm ];
31-
libs = [ pkgs.llvmPackages.libclang ];
30+
build-tools = [ final.llvmPackages.llvm ];
31+
libs = [ final.llvmPackages.libclang ];
3232
};
3333
packages.evdev.components.library.preBuild = addIncludeDir;
3434
}];

0 commit comments

Comments
 (0)