Skip to content

Commit a23996e

Browse files
committed
export LD_LIBRARY_PATH for ci.
1 parent 6c7c947 commit a23996e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
nixpkgs-fmt
9494
];
9595
shellHook = ''
96+
export LD_LIBRARY_PATH="${pkgs.arrayfire}/lib:$LD_LIBRARY_PATH"
9697
'';
9798
};
9899

0 commit comments

Comments
 (0)