this post was submitted on 18 Jul 2025
109 points (100.0% liked)
Arch Linux
8922 readers
23 users here now
The beloved lightweight distro
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I might be misremembering that detail or it might've changed since the last time I wrote a fresh PKGBUILD. Sorry I don't have any examples because my project does not use an install script.
My preference goes Arch repos -> official aur packages that I read the manifests of -> verified flatpaks that I read the manifests of -> Nix -> compile myself
The way Nix handles things seems so cool. And if you want to prevent a program from doing things it's not supposed to then a protocol that makes sure it has it's own copy of everything it's allowed to use would be necessary (if development isn't gonna be super obtuse).