Should I use flatpaks or nix pkgs for sandboxed installation ?
from ChrisDeb@lemmy.ml to linux@lemmy.ml on 23 Aug 2024 11:38
https://lemmy.ml/post/19482360

#linux

threaded - newest

just_another_person@lemmy.world on 23 Aug 2024 12:23 next collapse

Whichever you’re more comfortable with and provides the features you want.

aarroyoc@lemuria.es on 23 Aug 2024 12:46 next collapse

Flatpaks are easier to use in most distros. If you’re using NixOS, then Nix of course. But if you want to do a lot of CLI stuff, then Nix may be better too.

InnerScientist@lemmy.world on 23 Aug 2024 12:57 next collapse

Define “sandboxed”

Application can only access a limited part of the system? = use flatpak or build a container/VM image using the nix pkgs.

Application can be uninstalled completely and has separate libraries? I prefer nix.

thedeadwalking4242@lemmy.world on 23 Aug 2024 13:47 next collapse

Nix apps are not sandboxed and you have no control of what resources they have access to or don’t, unless you wrap them with some other program

[deleted] on 23 Aug 2024 14:03 collapse

.

Noxious@fedia.io on 23 Aug 2024 13:52 collapse

I'd say Nix requires some experience, so if you are new to Linux, definitely go with Flatpak. I believe Flatpak also provides stronger sandboxing.