Purely Functional Linux with NixOS [video]
begriffs.com
Purely Functional Linux with NixOS [video]
1–10 of 143 posts
Re: Purely Functional Linux with NixOS [video]
#2Re: Purely Functional Linux with NixOS [video]
#3How does NixOS solve the diamond dependency problem?
Re: Purely Functional Linux with NixOS [video]
#4Re: Purely Functional Linux with NixOS [video]
#5EDIT: I believe that my description is more accurate and if I am wrong I would like to be corrected. But I'd appreciate if you didn't downvote me simply because I use the term "GNU/Linux". I don't downvote you if you use the kernel's name for the entire OS. Thanks.
Re: Purely Functional Linux with NixOS [video]
#6> where multiple versions of the same library or application can live in harmony How does NixOS solve the diamond dependency problem?
Re: Purely Functional Linux with NixOS [video]
#7Re: Purely Functional Linux with NixOS [video]
#8> where multiple versions of the same library or application can live in harmony How does NixOS solve the diamond dependency problem?
Re: Purely Functional Linux with NixOS [video]
#9Distros like Ubuntu are still much easier to get running and this scares many people away :/
Re: Purely Functional Linux with NixOS [video]
#10> where multiple versions of the same library or application can live in harmony How does NixOS solve the diamond dependency problem?
Imagine A depends on B and C, which both depend on D. The diamond dependency usually pops up when B and C need different versions of D.
But in this case, Nix allows you to simply install another version of B or C such that they can share D.
This doesn't help you if there's no set of A ... D that are jointly consistent, but then you would've been SOL anyway.