โฒ 499 โผ bin or bin?? (lemm.ee) submitted 2 years ago by sag@lemm.ee to c/linuxmemes@lemmy.world 26 comments fedilink hide all child comments
[โ] jdaxe@infosec.pub 2 points 2 years ago (1 child) Why not just symlink to /usr/bin? Not familiar with NixOS permalink fedilink source parent hideshow 2 child comments replies: [โ] Neon@lemmy.world 13 points 2 years ago (1 child) NixOS has two main selling points: I can declaratively manage my system. That'd probably the Thing you know about it. but it also uses the Nix Package manager which allows you to install multiple versions of the same program. On Ubuntu, if I update bash from v4.6 to 5.0, it will replace /bin/bash and if any breaking changes were made, any program that has bash 4.6 as dependency won't work anymore. On NixOS binaries are stored in /nix/store with a hash. So bash 4.6 is in /nix/store/hwnfuvshajdbgjajebskhak-bash-4.6 and 5.0 gets installed into /nix/store/638jsvusbhsuksvj76hwlsbj-bash-5.0 This allows us to have programs that depend on a old version of a software installed simultaneously with programs that depend on a new version of it. permalink fedilink source parent hideshow 2 child comments replies: [โ] grock1722@lemmy.world 1 point 2 years ago Thatโs fuckin sick. permalink fedilink source parent
[โ] Neon@lemmy.world 13 points 2 years ago (1 child) NixOS has two main selling points: I can declaratively manage my system. That'd probably the Thing you know about it. but it also uses the Nix Package manager which allows you to install multiple versions of the same program. On Ubuntu, if I update bash from v4.6 to 5.0, it will replace /bin/bash and if any breaking changes were made, any program that has bash 4.6 as dependency won't work anymore. On NixOS binaries are stored in /nix/store with a hash. So bash 4.6 is in /nix/store/hwnfuvshajdbgjajebskhak-bash-4.6 and 5.0 gets installed into /nix/store/638jsvusbhsuksvj76hwlsbj-bash-5.0 This allows us to have programs that depend on a old version of a software installed simultaneously with programs that depend on a new version of it. permalink fedilink source parent hideshow 2 child comments replies: [โ] grock1722@lemmy.world 1 point 2 years ago Thatโs fuckin sick. permalink fedilink source parent
[โ] grock1722@lemmy.world 1 point 2 years ago Thatโs fuckin sick. permalink fedilink source parent