|
|
|
|
|
by ronef
654 days ago
|
|
There's a bunch of tutorials out there now, but what's the main case you're trying to solve for? Just an easy dev environment?
There's an ecosystem out there that ease up the entry for Nix and also nix.dev does a great job as part of documentation efforts inside of the community. |
|
Docker has dockerfile and all but even in 2024 I still have to compile and build stuff inside docker and then run 'docker commit' because building package with Nvidia gpu checking during 'docker build' usually fail for me.
And maybe something free me from the curse of distro. Previously I tried to run omniverse with isaac lab in my pc. Fedora, ubuntu 24.04 all failed. Only ubuntu 22.04 works. Distrobox actually didn't solve that case for me. And Omniverse docker image from nvidia doesn't support GUI. So I have to reinstall ubuntu 22.04 to use it. But currently the gnome is glitching with ubuntu 22.04 and I have to alt+f2 and type r to reset it frequently. I am just too tired to do another reset so I am here venting and looking for something more flexible.
I'll look into nix.dev.