this post was submitted on 02 Sep 2026
22 points (100.0% liked)

Nix / NixOS

2867 readers
2 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
[–] tatterdemalion@programming.dev 5 points 4 days ago (1 children)

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.

[–] exdor@programming.dev 1 points 2 days ago (1 children)

Dynamic libraries work pretty well with the nixos option

[–] tatterdemalion@programming.dev 1 points 2 days ago (1 children)
[–] exdor@programming.dev 1 points 2 days ago (1 children)

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.