diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-08-17T07·22+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-08-17T07·22+0000 |
commit | 86f65edf4e519224eaa35ebc6bcf98bffe04b3d6 (patch) | |
tree | d9ba1e571f62b1122983266e978606d6a4484a1e /nix.conf.example | |
parent | b75e1043a3a4bd72086e4007a53f0a1c3211c9fa (diff) |
* Document --cores in the manual.
Diffstat (limited to 'nix.conf.example')
-rw-r--r-- | nix.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix.conf.example b/nix.conf.example index 7063bed54c4d..3c55b570e60f 100644 --- a/nix.conf.example +++ b/nix.conf.example @@ -63,7 +63,7 @@ # # This option defines the number of CPU cores to utilize in parallel # within a build job, i.e. by passing an appropriate `-jN' flag to GNU -# make. The default is 1, meaning that parallel building within jobs +# Make. The default is 1, meaning that parallel building within jobs # is disabled. Passing the special value `0' causes Nix to try and # auto-detect the number of available cores on the local host. This # setting can be overridden using the `--cores' command line switch. |