Mistiy@lemmy.zip to linuxmemes@lemmy.world · 9 days agoDistros i've used:lemmy.zipexternal-linkmessage-square210linkfedilinkarrow-up1322
arrow-up1322external-linkDistros i've used:lemmy.zipMistiy@lemmy.zip to linuxmemes@lemmy.world · 9 days agomessage-square210linkfedilink
minus-squarefizzle@quokk.aulinkfedilinkEnglisharrow-up2·8 days agoYeah so “cleaned up” wasn’t completely true. Nix basically works by installing packages in a store or cache, and then soft linking to the binaries in the cache. When you exit the temporary shell, the link will no longer exist but the cached package and its dependencies are still there. You can easily clear that cache but it’s not gone instantly when you exit the shell.
minus-squareTrickDacy@lemmy.worldlinkfedilinkarrow-up1·8 days agoThat’s actually what I figured/hoped. As long as they’re making an effort to keep that secure, sounds like a good approach to me!
Yeah so “cleaned up” wasn’t completely true.
Nix basically works by installing packages in a store or cache, and then soft linking to the binaries in the cache.
When you exit the temporary shell, the link will no longer exist but the cached package and its dependencies are still there.
You can easily clear that cache but it’s not gone instantly when you exit the shell.
That’s actually what I figured/hoped. As long as they’re making an effort to keep that secure, sounds like a good approach to me!