| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nixpkgs/doc: remove unused `unfree.xml`•••This section was broken out into its own file in efb55d2a42e but apparently never actually got included anywhere. Since then a more detailed section on using unfree packages has been introduced. Copied the introduction and removed the rest of the file. | Arnout Engelen | 2022-07-28 | 1 | -0/+5 |
| * | doc: Promote config Options Reference to sub-chapter section•••It was hidden in the insecure packages section. - Lift it out. - Add an id | Robert Hensing | 2022-06-12 | 1 | -8/+9 |
| * | Merge pull request #171163 from hercules-ci/nixpkgs-config-doc•••Add generated `nixpkgs.config` doc to Nixpkgs manual | Robert Hensing | 2022-05-19 | 1 | -0/+8 |
| |\ | |||||
| | * | doc: Add Nixpkgs config options reference | Robert Hensing | 2022-05-02 | 1 | -0/+8 |
| * | | stdenv.mkDerivation: public -> finalPackage | Robert Hensing | 2022-05-02 | 1 | -1/+1 |
| * | | doc/using/overrides: Update for overlay style mkDerivation overrideAttrs | Robert Hensing | 2022-05-02 | 1 | -2/+6 |
| |/ | |||||
| * | nixpkgs/doc: update overlay/lapack section | Markus Kowalewski | 2022-02-11 | 1 | -2/+18 |
| * | treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2•••Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Followup to #76804. Fixes #144646. Signed-off-by: Anders Kaseorg <andersk@mit.edu> | Anders Kaseorg | 2021-11-04 | 1 | -1/+1 |
| * | nixpkgs/manual: add mvapich to overlays/mpi section | Markus Kowalewski | 2021-09-16 | 1 | -0/+2 |
| * | doc: Use markdown syntax for xrefs•••Syntax is taken from MyST: https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing | Jan Tojnar | 2021-06-07 | 1 | -1/+1 |
| * | doc: prepare for commonmark•••We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags. | Jan Tojnar | 2021-06-07 | 2 | -7/+7 |
| * | docs/using: shellSession -> ShellSession•••Co-authored-by: Jan Tojnar <jtojnar@gmail.com> | fricklerhandwerk | 2021-04-25 | 2 | -6/+6 |
| * | doc/using: convert to markdown | fricklerhandwerk | 2021-04-23 | 6 | -875/+609 |
| * | Remove repeating words from doc | Florian Engel | 2021-03-14 | 1 | -1/+1 |
| * | doc: Format | Robert Hensing | 2021-03-04 | 2 | -155/+103 |
| * | stdenv/check-meta: change to allowlist and blocklist (#114127)•••* stdenv/check-meta: change to allowlist and blocklist * Update pkgs/stdenv/generic/check-meta.nix Co-authored-by: Graham Christensen <graham@grahamc.com> | WORLDofPEACE | 2021-02-23 | 1 | -6/+6 |
| * | doc: fix syntax error in BLAS/LAPACK overlay example•••Attribute-values pairs were not properly terminated by a semicolon. | Daniël de Kok | 2021-02-12 | 1 | -2/+3 |
| * | doc: remove mentions of flashplayer | Bernardo Meurer | 2021-02-08 | 1 | -2/+2 |
| * | nixpkgs/manual: add a paragraph about MPI switching mechanism | Markus Kowalewski | 2021-01-23 | 1 | -0/+35 |
| * | doc: stdenv.lib -> lib•••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. | Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | tree-wide: do not use pkgs.extend in nixpkgs•••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. | zimbatm | 2020-11-30 | 1 | -0/+1 |
| * | doc: clarify whitelistedLicenses•••see the following for more info: https://github.com/NixOS/nixpkgs/blob/076860e0340a5e4a909b9a710e186508b14d1c90/pkgs/stdenv/generic/check-meta.nix#L229 | Graham Bennett | 2020-11-28 | 1 | -0/+3 |
| * | doc: Improve code listings•••By adding prompts and removing unnecessary indentation. | Jan Tojnar | 2020-09-23 | 2 | -9/+9 |
| * | doc/using/overlays.xml: add BLIS | Daniël de Kok | 2020-09-07 | 1 | -5/+19 |
| * | doc/using/overlays.xml: fix some small glitches | Daniël de Kok | 2020-08-10 | 1 | -7/+9 |
| * | doc/using/overlays.xml: add AMD BLIS/LIBFLAME to the BLAS/LAPACK list | Daniël de Kok | 2020-08-10 | 1 | -0/+13 |
| * | licenses: Make single-version-only GPL explicit•••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 | Jan Tojnar | 2020-07-05 | 1 | -2/+2 |
| * | Fix typos in documentation (#91934) | Sami Bouhlel | 2020-07-01 | 1 | -3/+3 |
| * | nixos/manual: spelling s/environent/environment/g in configuration.xml | Nicolas Berbiche | 2020-06-08 | 1 | -1/+1 |
| * | doc/using/overlays.xml: update LD_LIBRARY_PATH example | Benjamin Hipple | 2020-04-22 | 1 | -1/+1 |
| * | doc/overlays.xml: fix missing documentation for blas/lapack•••This adds some more information to the documentation as well as addressing review from https://github.com/NixOS/nixpkgs/pull/85636. | Matthew Bauer | 2020-04-22 | 1 | -10/+21 |
| * | doc/overlays.xml: update documentation for BLAS/LAPACK•••This expands the documentation and explains how to assert LP64. | Matthew Bauer | 2020-04-21 | 1 | -1/+39 |
| * | doc/overlays.xml: add information on BLAS/LAPACK switching | Matthew Bauer | 2020-04-20 | 1 | -0/+76 |
| * | Merge branch 'wrapper-pname-support-19.09' into wrapper-pname-support | John Ericson | 2019-11-24 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'upstream/master' into wrapper-pname-support | John Ericson | 2019-11-24 | 1 | -6/+5 |
| * | doc: fix allowUnfreePredicate example following the introduction of pname•••Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | Théo Zimmermann | 2019-11-09 | 1 | -1/+1 |
| * | nixpkgs manual: fix white space and indentation | Frederik Rietdijk | 2019-10-30 | 1 | -6/+0 |
| * | nixpkgs manual: move using chapters into one folder | Frederik Rietdijk | 2019-10-30 | 3 | -0/+740 |
