6 ms·
How does this help me from "Desktop app for tracking stars" or "Video game" application developer perspective that I want to build once, publish once and non-te
by DanKlinton 12y ago
How does this help me from "Desktop app for tracking stars" or "Video game" application developer perspective that I want to build once, publish once and non-technical users will be able to install simply on(Debian, Ubuntu, Fedora, CentOS, NixOS.....) and not depend on distros packagers?
Like I can do for OSX or Windows?
- ansible 12y agoUsers would have to install NixOs (or GuixOs) as the base operating system, there is no getting around that. But, after that, it seems to solve many of the versioning and dependency issues.
- BlueZeniX 12y agoNot necessarily: nix the package manager runs fine on other distros, as well as FreeBSD, OSX, Windows, SmartOS, ... Nix doesn't need fancy filesystem shenanigans to do its job: build isolated packages with complete runtime dependencies. NixOS is built on top of it to provide atomic system-wide upgrades and rollbacks.