Skip to content

Commit

Permalink
fix: update nix flake wheel path
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpq committed Aug 17, 2024
1 parent 11216cf commit e0e9014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
export BLENDER_SYSTEM_PYTHON="$(which python)";
export PYTHONPATH="$VIRTUAL_ENV/lib/site-packages";
export PYTHONUSERBASE="$VIRTUAL_ENV";
export __LOL_WHEEL_PATH="$FLAKE_ROOT/bindings/target/wheels/league_toolkit-0.1.0-cp311-cp311-manylinux_2_34_x86_64.whl";
export __LOL_WHEEL_PATH="$FLAKE_ROOT/bindings/target/wheels/league_toolkit-0.1.0-cp310-abi3-manylinux_2_34_x86_64.whl";
cd -
'';

Expand Down

0 comments on commit e0e9014

Please sign in to comment.