this post was submitted on 18 Jul 2023
1 points (100.0% liked)

nixos

1262 readers
3 users here now

All about NixOS - https://nixos.org/

founded 4 years ago
 

So Iamm new to nix. I come from fedora and do vfx, which means I need houdini nuke and many other things. They needopticx and cuda working and those apps are not installed via the nix repository, because they are proprietary. How would I go about setting up a houdini install that is at least somewhat reproducible. These apps require some older libraries like libpng. If anyone could point me in the right direction that would be great.

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Houdini is available in nixpkgs, it just isn't in the binary cache and requires you to download the necessary files (add it via nix-store --add-fixed sha256 ./houdini-19.5.569-linux_x86_64_gcc9.3.tar.gz). Nuke isn't, but you can look at the Houdini derivation for reference.

load more comments
view more: next ›