this post was submitted on 02 Sep 2026
22 points (100.0% liked)
Nix / NixOS
2867 readers
5 users here now
Main links
Videos
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
NixOS is wonderful. At the same time it's pretty annoying how often I need to test a workflow at my job and it just doesn't work because X or Y downloaded a prebuilt binary that can't dynamically load libraries. The solution is usually simple, but the fact that it's recurring sucks.
Dynamic libraries work pretty well with the nixos option
What do you mean?
https://github.com/nix-community/nix-ld
Oh yea, I use this. Doesn't change the fact that I often run into new dynamic libraries that need to be installed; mostly because the binaries that need them are now the exception instead of the rule.