add version from python package and expose CliArgs to python

This commit is contained in:
Andrei Cravtov
2026-06-08 18:08:07 +01:00
parent d4a61620d2
commit 4883bcd3a9
10 changed files with 260 additions and 20 deletions

View File

@@ -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}
'';