1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

more generic wording

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Valentin Gagarin 2024-02-09 06:44:24 +01:00 committed by GitHub
parent a4fb087809
commit a7375c9b6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ Nix has multi-user support.
This means that non-privileged users can securely install software.
Each user can have a different _profile_, a set of programs in the Nix store that appear in the users `$PATH`.
If a user installs a package that another user has already installed previously, the package wont be built or downloaded a second time.
At the same time, it is not possible for one user to inject a Trojan horse into a package another user may rely on.
At the same time, it is not possible for one user to inject malicious code into a package another user may rely on.
## Atomic upgrades and rollbacks