| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: Fix all Nix ASTs in all markdown files•••This allows for correct highlighting and maybe future automatic
formatting. The AST was verified to work with nixfmt only.
| Janne Heß | 2024-03-28 | 1 | -0/+2 |
| * | docs/ruby: update/drop references to old version | ajs124 | 2024-01-02 | 1 | -3/+3 |
| * | ruby_2_7: remove | ajs124 | 2024-01-02 | 1 | -2/+2 |
| * | doc: avoid 'simply' (#266434)•••While the word 'simply' is usually added to encourage readers, it often has the
opposite effect and may even appear condescending, especially when the reader
runs into trouble trying to apply the suggestions from the documentation. It is
almost always an improvement to simply drop the word from the sentence.
(there are more possible improvements like this, we can apply those in separate
PRs) | Arnout Engelen | 2023-11-09 | 1 | -2/+2 |
| * | Merge pull request #255128 from PuercoPop/ruby-document-extraConfigPaths•••ruby: document extraConfigPaths option from bundlerEnv | Mario Rodas | 2023-09-15 | 1 | -0/+10 |
| |\ |
|
| | * | ruby: document extraConfigPaths option from bundlerEnv | Javier Olaechea | 2023-09-14 | 1 | -0/+10 |
| * | | doc: link, instead of just mentioning, Nix manual (#255126)•••Instead of just telling the reader to go find the relevant section of the Nix
manual, let's just link to it. Yay hypertext! | asymmetric | 2023-09-14 | 1 | -1/+2 |
| |/ |
|
| * | doc: assign ids to many headings•••without stable ids on headings we cannot generate stable links to these
headings. nrd complains about this, but the current docbook workflow
does not.
a few generated ids remain, mostly in examples and footnotes. most of
the examples are generated by nixdoc (which has since gained MD export
functions, and the MD export does generate IDs).
| pennae | 2023-03-27 | 1 | -1/+1 |
| * | doc: move makeWrapper to nativeBuildInputs from buildInputs•••makeWrapper in buildInputs breaks cross-compilation with error: attribute 'runtimeShell' missing
| Artturin | 2022-07-14 | 1 | -1/+1 |
| * | doc: ruby-section: add workaround for platform-specific gems | Yannick Markus | 2021-12-08 | 1 | -0/+13 |
| * | ruby_2_6, rubyPackages_2_6: drop unused package | Sergei Trofimovich | 2021-10-22 | 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 | 1 | -11/+11 |
| * | mkShell: introduce packages argument (#122180)•••The distinction between the inputs doesn't really make sense in the
mkShell context. Technically speaking, we should be using the
nativeBuildInputs most of the time.
So in order to make this function more beginner-friendly, add "packages"
as an attribute, that maps to nativeBuildInputs.
This commit also updates all the uses in nixpkgs. | Jonas Chevalier | 2021-05-13 | 1 | -1/+1 |
| * | Remove repeating words from doc | Florian Engel | 2021-03-14 | 1 | -1/+1 |
| * | doc: add function argument order convention (#110060)•••* doc: add function argument order convention
Ordering by usage is the de facto ordering given to arguments. It's
logical, and makes finding argument usage easier. Putting lib first is
common in NixOS modules, so it's reasonable to mirror this in nixpkgs
proper. Additionally, it's not a package as such, has zero dependencies,
and can be found used anywhere in a derivation.
* doc: clean up usage of lib | V | 2021-01-20 | 1 | -1/+1 |
| * | doc: ruby improvements•••* no hard wrapping
* use ShellSession and nix info strings
* preserve old section anchor link
* update references to present default version
| Ryan Mulligan | 2020-11-27 | 1 | -143/+52 |
| * | doc: use newer ruby documentation•••With the addition of ruby.withPackages, manveru rewrote the nixpkgs
manual section for the ruby language but did not add it to the manual.
This commit replaces the previous documentation with manveru's updated
version.
| Kamron Mahmoodzadeh | 2020-11-27 | 1 | -15/+11 |
| * | ruby.withPackages: init•••Co-authored-by: Alyssa Ross <hi@alyssa.is>
| Michael Fellinger | 2019-09-03 | 1 | -0/+365 |