mirror of
https://github.com/exo-explore/exo.git
synced 2026-07-31 23:57:47 -04:00
add version from python package and expose CliArgs to python
This commit is contained in:
@@ -211,6 +211,9 @@ let
|
||||
text: name: pkgs.writeShellApplication {
|
||||
inherit name;
|
||||
text = ''
|
||||
unset PYTHONPATH
|
||||
unset PYTHONHOME
|
||||
|
||||
LD_LIBRARY_PATH="${libPath}''${LD_LIBRARY_PATH:+:}''${LD_LIBRARY_PATH:-}" exec \
|
||||
${lib.optionalString cudaSupport "nixglhost "} ${text}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user