about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge branch 'staging-next' into stagingJan Tojnar2021-01-10
|\
| * treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | | | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* | Merge staging-next into staginggithub-actions[bot]2021-01-10
|\|
| * Merge pull request #89775 from numinit/update-androidenvJörg Thalheim2021-01-10
| |\
| | * Rework androidenv package generationnuminit2021-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | androidenv did not previously write license files, which caused certain gradle-based Android tools to fail. Restructure androidenv's list of Android packages into a single repo.json file to prevent duplication and enable us to extract the EULA texts, which we then hash with builtins.hashString to produce the license files that Android gradle tools look for. Remove includeDocs and lldbVersions, as these have been removed from the Android package repositories. Improve documentation and examples.
* | | Qt docs: we now use qt5-packages.nixFrederik Rietdijk2021-01-10
|/ /
* | doc: add "prefer lib over stdenv.lib" conventionAlyssa Ross2021-01-10
| | | | | | | | | | | | | | | | I think we should have something in the manual people can point to about this, to avoid rehashing it over and over in PRs. "stdenv.lib" makes it look like lib is part of stdenv, which it isn't, and makes it even more confusing as a newcomer to figure out what stdenv is (and isn't).
* | coqPackages: refactorCyril Cohen2021-01-09
|/
* Merge pull request #108147 from ryantm/doc-cleanupRyan Mulligan2021-01-01
|\ | | | | doc: explicit Markdown anchors for top-level headings; remove metadata
| * doc: explicit Markdown anchors for top-level headings; remove metadataRyan Mulligan2021-01-01
| | | | | | | | | | | | | | | | | | | | | | I used the existing anchors generated by Docbook, so the anchor part should be a no-op. This could be useful depending on the infrastructure we choose to use, and it is better to be explicit than rely on Docbook's id generating algorithms. I got rid of the metadata segments of the Markdown files, because they are outdated, inaccurate, and could make people less willing to change them without speaking with the author.
* | docs/rust: describe cargoHashDaniël de Kok2020-12-31
|/
* doc: convert Steam to CommonMarkJustus K2020-12-22
|
* Merge pull request #107044 from jtojnar/overridable-php-packagesJan Tojnar2020-12-22
|\
| * php.packages: Make packages overridableJan Tojnar2020-12-16
| | | | | | | | This will allow patching extensions without having to manually having to patch all occurrences in the dependency tree.
* | Merge pull request #106845 from AndersonTorres/wip-documentationJan Tojnar2020-12-17
|\ \
| * | Convert fetchers from DocBook to CommonMarkAndersonTorres2020-12-17
| | |
| * | Convert trivial-builders from DocBook to CommonMarkAndersonTorres2020-12-17
| | |
| * | Convert locales from DocBook to CommonMarkAndersonTorres2020-12-16
| | |
| * | Convert fhs-environments from DocBook to CommonMarkAndersonTorres2020-12-16
| | |
| * | Convert mkShell from DocBook to CommonMarkAndersonTorres2020-12-16
| | |
* | | Merge pull request #106000 from Luis-Hebendanz/firefoxWrapperAddonSettingsLassulus2020-12-15
|\ \ \ | |/ / |/| | firefox: wrapper updating an addon perserves addon settings
| * | firefox: wrapper updating an addon perserves addon settingsLuis Hebendanz2020-12-15
| | |
* | | doc/stdenv/cross-compilation.chapter.md typoRobert Hensing2020-12-15
| | | | | | | | | Co-authored-by: John Ericson <git@JohnEricson.me>
* | | doc/cross-compilation: Remove confusing re-explanationRobert Hensing2020-12-15
| |/ |/| | | | | | | See https://github.com/NixOS/nixpkgs/issues/106950 > They way it's worded says buildInputs are for build-time and nativeBuildInputs are for run-time. The other documentation leads me to believe it is the other way around.
* | doc/stdenv/cross-compilation: convert to markdownBen Siraphob2020-12-13
|/
* doc: Add staging workflow diagramJan Tojnar2020-12-09
|
* Merge pull request #105962 from jtojnar/db-submitting-changesRyan Mulligan2020-12-07
|\ | | | | doc: convert Submitting changes to Markdown
| * doc: Clean up submitting changesJan Tojnar2020-12-05
| |
| * doc: convert Submitting changes to MarkdownJan Tojnar2020-12-05
| |
| * doc: Rename submitting-changes to chapterJan Tojnar2020-12-05
| |
* | doc/stdenv: Fix xref to gdk-pixbuf setup hookJan Tojnar2020-12-07
| | | | | | | | DocBook does not support creating labels for unordered list items so we need to add a link label ourselves.
* | doc: convert GNOME platform docs to markdownJan Tojnar2020-12-07
| |
* | doc: clean up makefileJan Tojnar2020-12-07
| | | | | | | | | | The sectn and ulink hacks are not necessary since pandoc has been defaulting to Docbook 5 for a long time. With the pandoc patches, we can get rid of id→xml:id replacement and xmlns hacks as well.
* | doc: rename gnome to sectionJan Tojnar2020-12-07
| |
* | doc: Converted Bower docs from xml to mdWil Taylor2020-12-07
| |
* | doc: Port Perl to MarkdownStefan Schroeder2020-12-07
| |
* | Merge master into staging-nextgithub-actions[bot]2020-12-05
|\|
| * doc/firefox: correct manual generationTerin Stock2020-12-05
| | | | | | | | | | Corrects the level of the "Troubleshooting" section, and adds an anchor for Firefox.
* | Merge master into staging-nextgithub-actions[bot]2020-12-05
|\|
| * Merge pull request #105648 from AndersonTorres/wip-documentationRyan Mulligan2020-12-04
| |\ | | | | | | Documentation updates from Docbook to CommonMark
| | * Convert OCaml from DocBook to CommonMarkAndersonTorres2020-12-04
| | |
| | * Convert Shell-Helpers from DocBook to CommonMarkAndersonTorres2020-12-03
| | |
* | | Merge master into staging-nextgithub-actions[bot]2020-12-04
|\| |
| * | Merge pull request #105796 from Luis-Hebendanz/fix_firefox_wrapperJörg Thalheim2020-12-04
| |\ \ | | | | | | | | Fix firefox wrapper
| | * | firefox: fix wrapper removing existing addons by defaultLuis Hebendanz2020-12-04
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2020-12-04
|\| | |
| * | | doc/emacs: re-add anchorJan Tojnar2020-12-04
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2020-12-03
|\| | |
| * | | doc: convert urxvt to CommonMarkStu2020-12-03
| |/ / | | | | | | | | | | | | | | | | | | * convert urxvt documentation to common mark * format urxvt documentation * use ShellSession instead of nix
* | | Merge master into staging-nextgithub-actions[bot]2020-12-03
|\| |