I use usually Nix for software development. It has amazing container image generation capability with a very lean build. It only packages software and its dependencies, with no extra fluff. - Source: Reddit / 11 days ago
I'm trying to build a NixOS install on a Gnome-Box Virtual Server under POPOS and need to share files from the host using a shared folder. I found that I need something like spice.webdavd and am unable search for this package under nixos.org. Please tell me how to enable file/folder sharing into a NIXOS VM from POPOS. - Source: Reddit / 12 days ago
Try the nix package manager on Mint. Should work great for downloading newer packages that don't rely on a specific kernel version. It's a much cleaner and safer method than using PPAs. - Source: Reddit / 16 days ago
NixOS is a linux distribution that configures the whole system in one location. This includes the configuration for software installed on your system. - Source: Reddit / 16 days ago
Excuse me sir, do you have a moment to talk about our lord and savior, Nix? - Source: Reddit / 26 days ago
I resisted learning nix for a long time, because it does have a really steep learning curve. Once you get to the other side of the learning curve, it's been an extremely valuable investment. At an individual level, it's been great to be able to easily move configuration between machines, and being able to safely roll back to earlier configurations is nice too. The bigger benefit for managing my machines with nix... - Source: Reddit / about 1 month ago
I really do like and prefer Apple's stuff, but yeah, cross platform access sucks. I occasionally use a Thinkpad X230 with NixOS. My choices:. - Source: Reddit / about 1 month ago
Thanks for reading! >What would you say it is the best way yo keep a Raspberry system "auto-updated"? I think Debian packages are better than what I was doing, but if I were starting from scratch, I'd try to use Yocto[0] or NixOS[1]. Take this with a grain of salt, because this is secondhand from another founder who had good experience with Yocto, but from what she told me it's optimized for the case of... - Source: Hacker News / about 1 month ago
The nix website is in my bookmarks as well https://nixos.org/. - Source: Reddit / about 2 months ago
You can get more details at their website https://nixos.org/. - Source: Reddit / about 2 months ago
Let's say you are building an API. If you are not using a container or a deterministic system, you might want to avoid using packages that could be outdated from your system's Python. - Source: dev.to / about 2 months ago
All the new user guides on https://nixos.org use the old interface, so would a new user following Zero to Nix be painting themselves into a corner by learning an interface that is not well documented or adopted? - Source: Reddit / about 2 months ago
You will like nixos.org then :) https://nixos.org/#asciinema-demo-cover. - Source: Hacker News / about 2 months ago
I'm not familiar with Environment Modules. I see they're popular in HPC? One difference: On Nix's homepage (https://nixos.org), the first word which stands out is "reproducible". -- If I search the read the docs for "reproducible", the word shows up once. https://modules.readthedocs.io/en/latest/index.html Not sure if there's anything recent, but links from this may be useful:. - Source: Hacker News / about 2 months ago
Lately I got to tinker about with the Nix package manager (of NixOS), and it has really brought my Steam Deck in line with a "real" Linux computer, I'm able to spin up Dockers, install just about any package I've used to work with, and really personalize my Deck - all without compromising the security and integrity of the SteamOS and the A/B partitioning - as it's ALL done within the 'deck' user-space. - Source: Reddit / 2 months ago
Mason is probably easier to use than Puppet, Chef, Ansible, etc. I use Nix: https://nixos.org/. - Source: Reddit / 3 months ago
One thing that interests me is NixOS. I would probaly go with that if I wanted to leave Gentoo. Other distros are fine, but there is a need for something a bit different. Something that don't you feel like you are making a compromise on the switch. - Source: Reddit / 3 months ago
I purchased TS-262 and installed NixOS (Linux distribution) to M2.SSD inside TS-262. Everything except HDD LEDs and fan control is working. I've tried both QNAP-EC and PanQ, none of them worked. Qnap_ec module loads only when I set option check-for-chip=no, and no sensors get added to sensors command output. The module just logs. - Source: Reddit / 3 months ago
Can run as both a local Hydra build/CI server for my Nix-based projects, as many CI services don't handle Nix especially well; and. - Source: Reddit / 3 months ago
I'm running into the same issues with Docker. One solution I've seen too is to utilize Nix for the build and have it create the docker image for you as well after building the binary outside of it. That's my rudimentary understanding of the flow anyway, note: just starting to learn Nix. - Source: Reddit / 3 months ago
Zig's potential is that it is pretty easy to write cross-platform code with it. Normally writing cross-platform code involves using a cross-compiler setup where you write code that targets another platform that's different than your host system. It requires using compilers that have ABIs of the target system, which is not something many have readily available. Sometimes you're often left having to do this yourself... - Source: dev.to / 5 months ago
Do you know an article comparing NixOS to other products?
Suggest a link to a post with product alternatives.