about summary refs log tree commit diff
path: root/doc/using
AgeCommit message (Collapse)AuthorFilesLines
2021-02-08doc: remove mentions of flashplayerBernardo Meurer1-2/+2
2021-01-23nixpkgs/manual: add a paragraph about MPI switching mechanismMarkus Kowalewski1-0/+35
2021-01-11doc: stdenv.lib -> libProfpatsch1-2/+2
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.
2020-11-30tree-wide: do not use pkgs.extend in nixpkgszimbatm1-0/+1
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.
2020-11-28doc: clarify whitelistedLicensesGraham Bennett1-0/+3
see the following for more info: https://github.com/NixOS/nixpkgs/blob/076860e0340a5e4a909b9a710e186508b14d1c90/pkgs/stdenv/generic/check-meta.nix#L229
2020-09-23doc: Improve code listingsJan Tojnar2-9/+9
By adding prompts and removing unnecessary indentation.
2020-09-07doc/using/overlays.xml: add BLISDaniël de Kok1-5/+19
2020-08-10doc/using/overlays.xml: fix some small glitchesDaniël de Kok1-7/+9
2020-08-10doc/using/overlays.xml: add AMD BLIS/LIBFLAME to the BLAS/LAPACK listDaniël de Kok1-0/+13
2020-07-05licenses: Make single-version-only GPL explicitJan Tojnar1-2/+2
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
2020-07-01Fix typos in documentation (#91934)Sami Bouhlel1-3/+3
2020-06-08nixos/manual: spelling s/environent/environment/g in configuration.xmlNicolas Berbiche1-1/+1
2020-04-22doc/using/overlays.xml: update LD_LIBRARY_PATH exampleBenjamin Hipple1-1/+1
2020-04-22doc/overlays.xml: fix missing documentation for blas/lapackMatthew Bauer1-10/+21
This adds some more information to the documentation as well as addressing review from https://github.com/NixOS/nixpkgs/pull/85636.
2020-04-21doc/overlays.xml: update documentation for BLAS/LAPACKMatthew Bauer1-1/+39
This expands the documentation and explains how to assert LP64.
2020-04-20doc/overlays.xml: add information on BLAS/LAPACK switchingMatthew Bauer1-0/+76
2019-11-24Merge branch 'wrapper-pname-support-19.09' into wrapper-pname-supportJohn Ericson1-1/+1
2019-11-24Merge remote-tracking branch 'upstream/master' into wrapper-pname-supportJohn Ericson3-0/+733
2019-11-09doc: fix allowUnfreePredicate example following the introduction of pnameThéo Zimmermann1-1/+1
Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2019-10-30nixpkgs manual: fix white space and indentationFrederik Rietdijk1-6/+0
2019-10-30nixpkgs manual: move using chapters into one folderFrederik Rietdijk3-0/+740