2026-04-24 14:17:55
So crate2nix has a new maintainer after being dead for roughly two years, but it's all Co-Authored-By Claude Code now.
#nix
Reinstated Obelix Saigon yesterday. Whereas Asterix is the 'skinny immutable' Nixbook config, with flatpaks layered on top, Obelix is the 'fat' one, with a fully featured configuration.nix. No flakes, no flatpaks, just plain nix pkgs. Works brilliantly. The laptop will go encrypted VoidLinux. Can't go wrong with that either.
#nixos
:nixos: #NixOS module to regularly upload media from #Mattermost team channels to #Immich:
I think what irks me the most about the understaffed darwin (= macOS) maintainers situation in #nixpkgs is not only that it forces pure Linux users to look out for darwin quirks and thus invest a significant amount of time in darwin maintenance, but also that a significant amount of the business value of DetSys, Flox and similar
TIL that in :nixos: #nix, "${./mydir}" will survive a garbage collection, but a plain ./mydir will not!
Took me way too long to figure this out. Didn't help that `just` gives a stupid error message about a missing shell when it can't change into its -d working directory. 🤦
Listening to great talks about #Garage S3 storage, #Nix at #librehost or the Netherlands open source office suite MijnBureau at #fosdem26
I noticed that the aarch64 git annex standalone build test suite (emulated on NixOS under x86_64) is *far* slower than the the nixpkgs-provided one:
> nix run nixpkgs#legacyPackages.aarch64-linux.git-annex test
# ... takes ~8min
> nix run gitlab:nobodyinperson/yannix#packages.aarch64-linux.git-annex-standalone test
# ... takes ~35min
#nix