this post was submitted on 02 Sep 2026
0 points (NaN% liked)

Nix / NixOS

2888 readers
1 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 0 points 3 weeks ago (4 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 0 points 3 weeks ago (1 children)

Dynamic libraries work pretty well with the nixos option

[–] tatterdemalion@programming.dev 0 points 3 weeks ago (1 children)
[–] exdor@programming.dev 0 points 3 weeks ago (1 children)
[–] tatterdemalion@programming.dev 0 points 3 weeks ago

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.

load more comments (2 replies)