We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
export LD_LIBRARY_PATH
1 parent 6c7c947 commit a23996eCopy full SHA for a23996e
1 file changed
flake.nix
@@ -93,6 +93,7 @@
93
nixpkgs-fmt
94
];
95
shellHook = ''
96
+ export LD_LIBRARY_PATH="${pkgs.arrayfire}/lib:$LD_LIBRARY_PATH"
97
'';
98
};
99
0 commit comments