Skip to content

Commit

Permalink
added clevr path to flake
Browse files Browse the repository at this point in the history
  • Loading branch information
mappelgren committed Aug 13, 2024
1 parent 34d4b90 commit b3d1301
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blender/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
$out/libexec/blender/*/python/bin/python3*
echo ~/spatial-dataset/image_generation > $out/libexec/blender/*/python/lib/python3*/site-packages/clevr.pth
'';

meta.mainProgram = "blender";
Expand Down

0 comments on commit b3d1301

Please sign in to comment.