1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02:00

Fix typos

This commit is contained in:
Dimitris Apostolou 2021-11-03 18:11:20 +02:00
parent 133905b309
commit c34cc5e488
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A
7 changed files with 17 additions and 17 deletions

View file

@ -127,7 +127,7 @@ $ nix-env --install firefox
_could_ cause quite a bit of build activity, as not only Firefox but
also all its dependencies (all the way up to the C library and the
compiler) would have to built, at least if they are not already in the
compiler) would have to be built, at least if they are not already in the
Nix store. This is a _source deployment model_. For most users,
building from source is not very pleasant as it takes far too long.
However, Nix can automatically skip building from source and instead