Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-11 | Revert "nixdoc: 3.0.2 -> 3.0.3" | Silvan Mosberger | 1 | -3/+3 | |
2024-04-10 | nixdoc: 3.0.2 -> 3.0.3 | R. Ryantm | 1 | -3/+3 | |
2024-04-04 | pkgs.nixdoc: leave maintainers | Lorenzo Manacorda | 1 | -1/+0 | |
2024-04-02 | nixos-render-docs: make examples collapsible by default | DS | 1 | -4/+4 | |
2024-03-28 | Merge pull request #296384 from pennae/remove-docbook-docs-support | Silvan Mosberger | 8 | -469/+35 | |
nixos/docs: remove docbook support machinery | |||||
2024-03-28 | docs/nrd: remove docbook rendering support | pennae | 7 | -454/+16 | |
it's no longer needed and if anything impedes further development of the tooling by its sheer undecipherability of reasoning alone. users of the docbook renderers can still pull nrd from 23.11 to get this support for the foreseeable future, but with everything we can remember having moved away from docbook-like toolchains already that seems unlikely to happen. | |||||
2024-03-28 | docs/nrd: move make_xml_id to manual_structure | pennae | 4 | -17/+21 | |
since we don't want to break links and changing the id generation scheme would Very Break links this id generation function is unfortunately somewhat part of the manual structure now, so we may as well put it there. | |||||
2024-03-22 | fh: 0.1.9 -> 0.1.10 | R. Ryantm | 1 | -3/+3 | |
2024-03-21 | doc: fix code to generate links for headings in the manual | DS | 1 | -3/+2 | |
2024-03-19 | treewide: add meta.mainProgram to packages with a single binary | stuebinm | 14 | -0/+14 | |
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. | |||||
2024-03-16 | Merge branch 'master' into haskell-updates | maralorn | 2 | -5/+5 | |
2024-03-16 | doc: fix and simplify stylesheets for the manuals, fix nrd bug (#295847) | Daniel Sidhion | 2 | -5/+5 | |
* doc: fix and simplify stylesheets for the manuals, fix nrd bug * Add anchorjs script to add links on section headers * Fix another nrd bug, address style changes * Use span instead of a for inline span syntax | |||||
2024-03-13 | Merge master into haskell-updates | github-actions[bot] | 1 | -3/+4 | |
2024-03-12 | Merge pull request #295262 from hsjobeki/maintainers/hsjobeki | Silvan Mosberger | 1 | -0/+1 | |
2024-03-12 | maintainers: add hsjobeki to nixdoc | Johannes Kirschbauer | 1 | -0/+1 | |
2024-03-12 | nixdoc: 3.0.1 -> 3.0.2 | R. Ryantm | 1 | -3/+3 | |
2024-03-06 | Merge master into haskell-updates | github-actions[bot] | 1 | -8/+8 | |
2024-03-05 | nixos-option: update to nix 2.18 | Jade Lovelace | 1 | -8/+8 | |
This utility has horrendous code quality, partially due to nix's fault, and really desperately needs to be rewritten, hopefully to not use the nix C++ API. Either use the Python bindings to the Nix C API when the Nix team merges the C API, or just write a clever bit of Nix script to extract the data from a config, turn it into json, then process it into good output in a CLI wrapper. It currently does not support flakes and has many other issues. (in my testing it did not accept -I nixos-path, it exploded due to having plugins in /etc/nix/nix.conf with no way to override that, among other breakage that simply does not exist in the Nix CLI). | |||||
2024-03-01 | Merge master into haskell-updates | github-actions[bot] | 1 | -2/+3 | |
2024-02-29 | nix-init: unpin libgit2 | Sandro Jäckel | 1 | -2/+3 | |
2024-02-29 | Merge master into haskell-updates | github-actions[bot] | 1 | -3/+3 | |
2024-02-28 | nixdoc: 2.7.0 -> 3.0.1 | R. Ryantm | 1 | -3/+3 | |
2024-02-08 | Merge master into haskell-updates | github-actions[bot] | 1 | -29/+0 | |
2024-02-07 | Merge pull request #280617 from IogaMaster/manix-nix-community-edition | Sandro | 1 | -29/+0 | |
manix: 0.7.1 -> 0.8.0 | |||||
2024-01-30 | Merge master into haskell-updates | github-actions[bot] | 2 | -5/+134 | |
2024-01-29 | adds block_args for autogenerated ids from trustworthy sources | Johannes Kirschbauer | 2 | -5/+134 | |
2024-01-29 | manix: 0.7.1 -> 0.8.0 | IogaMaster | 1 | -29/+0 | |
https://github.com/nix-community/manix Update pkgs/by-name/ma/manix/package.nix Co-authored-by: bryango <bryango@users.noreply.github.com> Update pkgs/by-name/ma/manix/package.nix Co-authored-by: bryango <bryango@users.noreply.github.com> | |||||
2024-01-26 | nix-output-monitor: 2.1.1 -> 2.1.2 | maralorn | 1 | -3/+3 | |
2024-01-04 | Merge master into staging-next | github-actions[bot] | 1 | -0/+1 | |
2024-01-03 | nixos-option: set meta.mainProgram | Sandro Jäckel | 1 | -0/+1 | |
2023-12-21 | treewide: don't use python3Minimal where it is not required | Sandro Jäckel | 1 | -8/+1 | |
Building a python environment with python3Minimal requires hydra to bootstrap pip and build all packages used in the environment which would otherwise not be built. This reduces cache re-use and duplicates things. Also common dependencies normally included in python itself are not properly checked and can cause hard to debug errors because everyone just assumes those modules are there. | |||||
2023-12-19 | Merge pull request #273672 from onemoresuza/nixpkgs-hammering | Nick Cao | 1 | -5/+4 | |
nixpkgs-hammering: unstable-2023-03-09 -> unstable-2023-11-06 | |||||
2023-12-17 | nixdoc: 2.6.0 -> 2.7.0 | R. Ryantm | 1 | -3/+3 | |
2023-12-14 | fh: 0.1.8 -> 0.1.9 | R. Ryantm | 1 | -3/+3 | |
2023-12-11 | nixpkgs-hammering: unstable-2023-03-09 -> unstable-2023-11-06 | Gustavo Coutinho de Souza | 1 | -5/+4 | |
2023-12-01 | nixos-render-docs: wrap code in <pre><code>, not <pre> | pennae | 3 | -10/+18 | |
newer hljs stylesheets work best with <pre><code> wrapping, and it's semantically more accurate as well. | |||||
2023-12-01 | nixos-render-docs: don't drop code languages anymore | pennae | 2 | -4/+4 | |
this was needed because the nixos/nixpkgs manuals, for some reason, *did* drop the languages. we no longer have to render exactly as the docbook toolchain did, so we can finally fix this bug. | |||||
2023-11-27 | Merge pull request #268414 from figsoda/fh | figsoda | 1 | -3/+5 | |
fh: 0.1.7 -> 0.1.8 | |||||
2023-11-27 | Merge pull request #270161 from maralorn/bump-nom | maralorn | 2 | -133/+28 | |
nix-output-monitor: 2.0.0.7 -> 2.1.1 | |||||
2023-11-27 | nix-output-monitor: 2.0.0.7 -> 2.1.1 | maralorn | 2 | -133/+28 | |
2023-11-26 | Merge pull request #269942 from considerate/nixos-render-docs-header | Valentin Gagarin | 1 | -28/+61 | |
2023-11-26 | nixos-render-docs: header and footer as list[str] | Viktor Kronvall | 1 | -8/+17 | |
2023-11-26 | nixos-render-docs: take header and footer on CLI | Viktor Kronvall | 1 | -28/+52 | |
This commit generalizes nixos-render-docs for manpage generation to take the header preamble and footer postscript as file paths as CLI flags --header and --footer. | |||||
2023-11-25 | nixos-render-docs: fix mypy test | pennae | 1 | -2/+2 | |
markdown-it-py somewhat recently added more type annotations to their code, obsoleting a few lint-ignores in nrd. | |||||
2023-11-21 | Merge pull request #260061 from lecoqjacob/update-manix | Artturi | 1 | -14/+18 | |
2023-11-20 | maintainers: remove the numtide team (#268684) | Jonas Chevalier | 1 | -1/+1 | |
It doesn't really make sense for us as team members are focused on different things. At the end of the day it's the individuals that do the work. | |||||
2023-11-18 | fh: 0.1.7 -> 0.1.8 | figsoda | 1 | -3/+5 | |
Diff: https://github.com/DeterminateSystems/fh/compare/v0.1.7...v0.1.8 Changelog: https://github.com/DeterminateSystems/fh/releases/tag/v0.1.8 | |||||
2023-11-18 | nixdoc: 2.5.1 -> 2.6.0, add infinisil as maintainer | Silvan Mosberger | 1 | -4/+7 | |
2023-11-16 | manix: 0.6.3 -> 0.7.1 | Jacob LeCoq | 1 | -14/+18 | |
use hash instead of sha256 Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com> | |||||
2023-11-02 | nixdoc: 2.4.0 -> 2.5.1 | Lorenzo Manacorda | 1 | -3/+3 | |