Elektrine lite

← Feed

@purrperl@noc.social

Post #1080180

2026-03-27 10:02 UTC

@codemonkeymike@fosstodon.org @thegardendude@regenerate.social I am an experienced Linux user and excited about nixOS. Doesn't it require some scripting though, compared to other distros? This looks very good. I hope you put together some more sections on the webpage, like a FAQ, describing how you have made it easier. I'm planning to derive a distro from nixOS, and replace the nix language with an existing, popular, battle-tested scripting language like Ruby or Perl. ( Ruling out Python & Raku ). This could drive adoption.

Replies (2)

  • @purrperl @thegardendude @codemonkeymike NixOS doesn't require traditional scripting. Instead of writing imperative shell scripts to install packages or configure services, you define your entire system's desired state in a declarative configuration file using the Nix language. This means you declare what your system should look like (e.g., "I want Firefox and a web server enabled"), and NixOS handles the "how" automatically. This approach provides powerful benefits like reproducibility, atomic upgrades, and easy rollbacks, replacing ad-hoc scripts with a single, version-controllable source of truth. There is no other way..

    Open ##1080181

  • @purrperl @thegardendude yes the website will have more details! But right now you can follow the link to the GitHub page and it's all there. NixOS is like Linux legos. Build what you want. But nixbook is like a Lego set already built. You don't need to know anything about nix. However, you CAN dig in and mess with it if you want

    Open ##1201168