Is there something like NixOS but for chuds?
OP sucks dicks but he does it in a chuddy way so it's cool.
guix
unless you're a sysadmin, you do not need Nix.just use separate partitions and make regular image backups.
Out of the "minimalist" distros only Artix is developed by chuds, I use void doe since it's more convinient
>>107877656Nixos isn't just the config file. It's an entire development and build system. You arch shitters are clueless
Why must a linux distro be a social club?
>>107877773>It's an entire development and build system.that fucks up your programming environment, and now you have a snowflake platform you have to account for. Nix is a meme, and also insanely slow, even on a desktop.
What's so special about this "NixOS" thing?
>>107877908>that fucks up your programming environmentuhm no? show some example
Artix is the chuds choice
>>107877908>Nix is a memeused in the job market as a replacement for docker, but runs natively without containerization or virtualization>also insanely slowit's fast enough, you're just evaluating everything
>>107877236This
Artix inspire people to pursue Art or becoming a painter.
>>107878106Meant to quote >>107877255Install guix
>>107877908>fucks up your programming environment>now you have a snowflake platform you have to account forNigga, it's like 30 lines of code to have a decent environment without having to rely on niggerlicious package managers like vcpkg/conan. It doesn't rerally "fuck up the programming environment", it actually helps a lot. And you don't need flakes, you can work with a simple shell.nix file. By the way, I'm not an avid NixOS user, I was actually a GNU Guix user that had to abandon it because of problems with Nvidia drivers in the nonguix repo. If it wasn't for that I would still be using GNU Guix to this day.
>>107877908dumb fuck just spitting baseless claims
>>107877948Nta but they inject CFLAGS into the build environment for muh security. I literally couldn’t find a way to turn this off.
>>107879156you're right, it does append something to CFLAGSnix doc says that it just adds dependencies to look for include files, so it doesn't break the build environment# NIX_CFLAGS_COMPILE contains dependencies added using "-isystem", and
# NIX_CFLAGS_COMPILE contains dependencies added using "-isystem", and