summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge pull request #108456 from siraben/elm-docs-mdtaku02021-02-13
|\ | | | | Convert Elm from Docbook to Commonmark
| * Convert Elm from Docbook to CommonmarkBen Siraphob2021-01-05
| |
* | doc: use lib.cleanSourceAlyssa Ross2021-02-12
| | | | | | | | | | | | | | Otherwise, running "nix-build" in the doc directory would create a result symlink, so running "nix-build" again would produce a different derivation, and so on forever, because the result symlink would keep changing and wasn't ignored.
* | doc: fix syntax error in BLAS/LAPACK overlay exampleDaniël de Kok2021-02-12
| | | | | | | | Attribute-values pairs were not properly terminated by a semicolon.
* | doc: remove mentions of flashplayerBernardo Meurer2021-02-08
| |
* | doc: Add anchors to meta attributesJan Tojnar2021-02-07
| |
* | Merge pull request #105492 from alunduil/assertOneOf-typoDoron Behar2021-02-07
|\ \
| * | nixos/nixpkgs/docs: fix typo in assertOneOf exampleAlex Brandt2020-11-30
| | | | | | | | | | | | | | | | | | | | | This example was confusing at first because the element the message indicated wasn't in the list of possible values was but the possible values didn't match up either. This ensures the example is consistent with the logic being presented.
* | | Merge pull request #110501 from neosimsim/agda-ghc-ieee754Anderson Torres2021-02-03
|\ \ \ | | | | | | | | agda.withPackages: use GHC with ieee754 as default
| * | | agda.withPackages: use GHC with ieee754 as defaultAlexander Ben Nasrallah2021-01-22
| | | | | | | | | | | | | | | | | | | | As mentioned in the package description of ieee on Hackage, ieee is deprecated in favor of ieee754.
* | | | Merge pull request #110787 from tfc/cartesian-productSilvan Mosberger2021-01-29
|\ \ \ \ | | | | | | | | | | lib/attrsets: add cartesianProductOfSets function
| * | | | lib/attrsets: add cartesianProductOfSets functionJacek Galowicz2021-01-28
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2021-01-26
|\| | | |
| * | | | Merge pull request #109663 from Pamplemousse/documentationRobert Hensing2021-01-26
| |\ \ \ \ | | | | | | | | | | | | documention corrections
| | * | | | documentation: correct documentation helpPamplemousse2021-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `PANDOC_LUA_FILTERS_DIR` is set in `makeFlags` in `doc/default.nix`, and needs to be explicitely passed to `make` when called manually. Signed-off-by: Pamplemousse <xav.maso@gmail.com>
* | | | | | Merge branch 'master' into staging-nextJan Tojnar2021-01-24
|\| | | | |
| * | | | | nixpkgs/manual: add a paragraph about MPI switching mechanismMarkus Kowalewski2021-01-23
| | |/ / / | |/| | |
* | | | | Merge staging-next into staginggithub-actions[bot]2021-01-21
|\| | | |
| * | | | doc: add function argument order convention (#110060)V2021-01-20
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | Merge staging-next into staginggithub-actions[bot]2021-01-19
|\| | |
| * | | doc: fix shell.nix (#109816)greizgh2021-01-19
| | | |
* | | | Merge branch 'staging-next' into stagingJan Tojnar2021-01-19
|\| | |
| * | | docs: pkgconfig -> pkg-configJonathan Ringer2021-01-19
| | | |
* | | | Merge remote-tracking branch 'upstream/staging-next' into HEADJörg Thalheim2021-01-17
|\| | |
| * | | Merge remote-tracking branch 'upstream/master' into HEADJörg Thalheim2021-01-17
| |\ \ \
| | * | | doc: rust: fix syntax error in declarative overlayAlexei Colin2021-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise pasting the snippet into shell.nix results in: error: syntax error, unexpected '=', expecting $end, at /.../shell.nix:2:9 Signed-off-by: Alexei Colin <ac@alexeicolin.com>
* | | | | pytestCheckHook: Add disabledTestFiles optionSandro Jäckel2021-01-16
|/ / / /
* | | | Merge branch 'master' into staging-nextJan Tojnar2021-01-14
|\| | |
| * | | treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> ↵adisbladis2021-01-13
| | | | | | | | | | | | | | | | | | | | | | | | emacs.pkgs.withPackages The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
* | | | Merge branch 'master' into staging-nextJan Tojnar2021-01-11
|\| | |
| * | | Merge pull request #108268 from TikhonJelvis/bump-r-packagesPeter Simons2021-01-11
| |\ \ \ | | | | | | | | | | r-modules: Updated definitions of CRAN and Bioc packages.
| | * | | r-modules: update cran and bioc packagesTikhon Jelvis2021-01-02
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The last snapshot was 4 months ago (2020-08-19). I also found that I needed newer definitions when I was trying to fix the R arrow package. This update required a couple of manual changes: 1. Removing a few deleted packages from default.nix 2. Renaming the "assert" package to "r_assert" in generate-r-packages.R because "assert" is a keyword in Nix
| * | | coqPackages: doc (#108937)Cyril Cohen2021-01-11
| | | | | | | | | | | | changing bullet style
| * | | doc: stdenv.lib -> libProfpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Merge pull request #108491 from pacien/fishPlugins-wrapFishMichele Guerini Rocco2021-01-11
| |\ \ \ | | | | | | | | | | wrapFish: add fish shell wrapper package
| | * | | fishPlugins.buildFishPlugin: rename checkFunctionPath parameterpacien2021-01-11
| | | | |
| | * | | doc/fish: document fish plugins packagingpacien2021-01-11
| | |/ /
* | | | 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
|\ \