summary refs log tree commit diff
path: root/doc/using
Commit message (Collapse)AuthorAge
* nixpkgs/manual: add a paragraph about MPI switching mechanismMarkus Kowalewski2021-01-23
|
* doc: stdenv.lib -> libProfpatsch2021-01-11
| | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 Changing the documentation to not refer to stdenv.lib is the first step to make people use it directly.
* tree-wide: do not use pkgs.extend in nixpkgszimbatm2020-11-30
| | | | | | | | | Each invocation of pkgs.extends adds 130MB of allocation to the hydra evaluator. We are already struggling with the amount of memory nixpkgs requires. `pkgs.extend` is a useful escape-hatch, but should be not be used inside of nixpkgs directly.
* doc: clarify whitelistedLicensesGraham Bennett2020-11-28
| | | | | see the following for more info: https://github.com/NixOS/nixpkgs/blob/076860e0340a5e4a909b9a710e186508b14d1c90/pkgs/stdenv/generic/check-meta.nix#L229
* doc: Improve code listingsJan Tojnar2020-09-23
| | | | By adding prompts and removing unnecessary indentation.
* doc/using/overlays.xml: add BLISDaniël de Kok2020-09-07
|
* doc/using/overlays.xml: fix some small glitchesDaniël de Kok2020-08-10
|
* doc/using/overlays.xml: add AMD BLIS/LIBFLAME to the BLAS/LAPACK listDaniël de Kok2020-08-10
|
* licenses: Make single-version-only GPL explicitJan Tojnar2020-07-05
| | | | | | I commonly see people use the former when they should use the latter. Would be also in line with the SPDX change https://www.gnu.org/licenses/identify-licenses-clearly.html
* Fix typos in documentation (#91934)Sami Bouhlel2020-07-01
|
* nixos/manual: spelling s/environent/environment/g in configuration.xmlNicolas Berbiche2020-06-08
|
* doc/using/overlays.xml: update LD_LIBRARY_PATH exampleBenjamin Hipple2020-04-22
|
* doc/overlays.xml: fix missing documentation for blas/lapackMatthew Bauer2020-04-22
| | | | | This adds some more information to the documentation as well as addressing review from https://github.com/NixOS/nixpkgs/pull/85636.
* doc/overlays.xml: update documentation for BLAS/LAPACKMatthew Bauer2020-04-21
| | | | This expands the documentation and explains how to assert LP64.
* doc/overlays.xml: add information on BLAS/LAPACK switchingMatthew Bauer2020-04-20
|
* Merge branch 'wrapper-pname-support-19.09' into wrapper-pname-supportJohn Ericson2019-11-24
|
* Merge remote-tracking branch 'upstream/master' into wrapper-pname-supportJohn Ericson2019-11-24
|
* doc: fix allowUnfreePredicate example following the introduction of pnameThéo Zimmermann2019-11-09
| | | | Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
* nixpkgs manual: fix white space and indentationFrederik Rietdijk2019-10-30
|
* nixpkgs manual: move using chapters into one folderFrederik Rietdijk2019-10-30