

Then the deal needs to be changed. Contracts are not above the law 🤷
Mit Nix wäre das nicht passiert!


Then the deal needs to be changed. Contracts are not above the law 🤷


The nixos-unstable channel actually does ensure a minimum set of required packages work: Those that would prevent you from booting.
The compiling-from-source is because Hydra (the binary cache) only starts building once a package appears in nixpkgs-unstable, and if it immediately proceeds into nixos-unstable, or one of its dependencies is different there, that build won’t be finished yet.
release- and versioned nixos- don’t have that problem, as they have a merge freeze, and are mostly fast-forwarded along unstable.
What would be good is a mechanism for Hydra to tell you “I tried to build this derivation, and it failed.” For this, Nix first needs to store build failure, and since store paths are input-addressed by default, you can also skip builds that will certainly still fail.


I know, that was a rhetorical question.


Did Walmart block mobile payment, and is now selling it as an advantage???
I used to use an old consumer Yoga, and now a new ThinkPad. Some say it’s the wrong way around, I say I want more than 2 cores and 8GiB of RAM. (Un-)Fortunately, I got hooked on the Nix and Tiling-WM drugs quite soon, and so there wasn’t a lot of distrohopping.
Not Linux, and of course the perfect OS.
You should try it, to get a taste of what is possible, then learn what to do, and maybe even stay. But it’s not for beginners, the terminal-phobic, or people that rarely use their PC.
It doesn’t need fiddling, but it invites you to do so. And the default setup is hardly a best practice: swap on a partition, no FDE, no zram… missing FDE in particular will require you to reinstall, and you better have found out how to do proper backups including metadata.


How do I do that with the SSD cache? Everyone just talks about it, but I can’t find any documentation…
I have them at home and as such don‘t need to spend money on them.
Follow up question: Do I need a separate CPU cooler, or is the boxed Wraith enough? And how loud is it? I can’t really find info on that.
The NAS drives are here because they are from an old NAS which only uses a cheap dual-core Intel, has 2G of RAM, and boots from eMMC. So anything would be an upgrade…
Nix is absolutely not just for CI, the idea is to use it locally as well, so the CI runs in the same environment.
Note that any user listed in nix.settings.trusted-users can place arbitrary directories into the Nix store, and can choose the store key.


I‘d have to rewatch the video, but he used Pop!_OS (with COSMIC) at first, and iirc he switched midway because it was so broken. Elijah used Bazzite, and Luke used CachyOS.


LTT did another Linux challenge recently, and this time their verdict was that they‘d all be staying on Linux for their personal PCs (with FakeLinus dual booting Windows, because he needs software there for his job). They did also say that most of their videos will still show Windows, as that is still the primary target of the manufacturers that send them the press kits.


I personally use a TPM with Measured Boot (so it doesn‘t give the key to external disks), and have a YubiKey and password as fallback options.
Mutter is made by GNOME, what do you expect?