Open crabdancing opened 1 year ago
I've got it working and I'm looking into putting together a proper NixOS setup, but I've been caught up in patching various projects to fix bugs that hurt usability. I'll try to remember to post my configuration here.
Um, any chance you could still post it? It would be a huge help! @9ary
Sorry, I have nothing yet.
Any updates on this?
Yes and no. The script in this repo can run an imperative installation, but there's no declarative setup that I'm aware of. Since I was never able to get fusion to run satisfactorily, I didn't bother writing my own.
Can someone testing the new alpha installer? Or look to the code: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/blob/main/files/setup/autodesk_fusion_installer_x86-64.sh
Hey, it's not a perfect fix but you could use an lxd container in the meanwhile, works for me at least.
I really need this as well.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I'm trying to install on NixOS. The scripts, of course, do not work, and neither does the Bottle.
Describe the solution you'd like A clear and concise description of what you want to happen.
I'd love if this script would add support for NixOS.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
NixOS is not a FHS system -- so it has problems with a lot of shell scripts. But its declarative configuration system gives it the potential to handle finicky setups like this more reliably than most others.