summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* vimUtils: buildVimPluginFrom2Nix renamed to buildVimPluginMatthieu Coudron2023-09-27
| | | | the `from2Nix` suffix is a legacy from vim2nix but we dont use that anymore. It makes the name of the function unusual and long.
* doc: fix wrong flag in description of `bindnow`Felix Yan2023-09-27
| | | `-z bindnow` doesn't exist. The actual flag added is `-z now`.
* use `nix-shell -p` for `dhall-to-nixpkgs` exampleValentin Gagarin2023-09-25
|
* remove the misleading warning on using `nix-env` for split outputs (#255947)Valentin Gagarin2023-09-25
| | | | | | | | | | | | | | | | | | | | The text was originally added [0] following an apparently incomplete research on how everything plays together. In fact, Nix propagates `outputs` to the corresponding nested derivations, and there is some messy behavior in Nixpkgs that only seems to propagate `meta.outputsToInstall` in `buildEnv`[1]. This change moves the hints on how to use NixOS specifics to NixOS module documentation (which is hopefully easier to find through search.nixos.org), describes the default behavior in Nixpkgs (updating a the link to the source), and removes the confusing mention of `nix-env`. the last of them should not be there to begin with. we don't want beginners to use `nix-env`, as this is known to run them into trouble eventually. [0]: https://github.com/NixOS/nixpkgs/pull/76794 [1]: https://github.com/NixOS/nixpkgs/blob/1774d07242995050d2d8a91cb4da0855eac2e472/pkgs/build-support/buildenv/default.nix#L66
* Merge pull request #254309 from pbsds/flit-pruneFrederik Rietdijk2023-09-25
|\ | | | | python3Packages.flitBuildHook: remove
| * python3Packages.flitBuildHook: removePeder Bergebakken Sundt2023-09-22
| |
* | nixpkgs manual: doc python: add hyperlinks to Python section (#252156)Alejandro Sánchez Medina2023-09-24
|/ | | | | * nixpkgs manual: doc python: add hyperlinks to Python section Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
* doc: include short docs about bmakeAnderson Torres2023-09-22
|
* Merge pull request #255025 from tweag/fileset.unionRobert Hensing2023-09-21
|\ | | | | `lib.fileset.union`, `lib.fileset.unions`: init
| * lib.fileset: Various updates relating to union/unionsSilvan Mosberger2023-09-21
| | | | | | | | Also some minor formatting improvements
* | corepack: PR review updatesWout Mertens2023-09-20
| | | | | | | | | | Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> Co-authored-by: Sandro Jaeckel <sandro.jaeckel@gmail.com>
* | nodejs: corepack wrappers packageWout Mertens2023-09-20
| |
* | Merge pull request #255916 from fricklerhandwerk/doc-runcommandRobert Hensing2023-09-18
|\ \ | | | | | | rewrite `runCommand` interface docs
| * | rewrite `runCommand` interface docsValentin Gagarin2023-09-18
| | | | | | | | | | | | | | | specifically this corrects the misleading statement that `env` takes environment variables for the derivation.
* | | BEAM docs: recommend `nix-shell -p` and `shell.nix` instead of `nix-env` ↵Valentin Gagarin2023-09-18
|/ / | | | | | | | | | | | | (#255131) * BEAM docs: recommend `nix-shell -p` and `shell.nix` instead of `nix-env` Co-authored-by: asymmetric <lorenzo@mailbox.org>
* | Merge pull request #255128 from PuercoPop/ruby-document-extraConfigPathsMario Rodas2023-09-15
|\ \ | | | | | | ruby: document extraConfigPaths option from bundlerEnv
| * | ruby: document extraConfigPaths option from bundlerEnvJavier Olaechea2023-09-14
| | |
* | | Merge pull request #254967 from nbraud/sha256-to-hash/top-levelMaciej Krüger2023-09-15
|\ \ \
| * | | doc: Replace `sha256` with `hash` where appropriatenicoo2023-09-13
| | | |
* | | | fetchDebianPatch: Require patch names with extensionsWeijia Wang2023-09-14
| | | | | | | | | | | | | | | | | | | | Otherwise the fetcher is unuseable with patches whose filename (in Debian) doesn't end in `.patch`.
* | | | Merge pull request #254136 from figsoda/pythonFrederik Rietdijk2023-09-14
|\ \ \ \ | | | | | | | | | | python310Packages.buildPythonPackage: introduce pyproject option
| * | | | doc/python: document `pyproject` and remove usages of `format`figsoda2023-09-12
| | |_|/ | |/| |
* | | | doc: remove mention of X11 license variant (#255081)asymmetric2023-09-14
| | | | | | | | | | | | The Nixpkgs license is pure MIT.
* | | | doc: link, instead of just mentioning, Nix manual (#255126)asymmetric2023-09-14
| | | | | | | | | | | | | | | | Instead of just telling the reader to go find the relevant section of the Nix manual, let's just link to it. Yay hypertext!
* | | | Link to usage of pkg description instead of referring to nix-env (#255127)Maximilian Ehlers2023-09-14
| |_|/ |/| | | | | | | | | | | | | | | | | * Updates meta.chapter.md with a reference link to the usage of the package description field instead of referring to nix-env --------- Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
* | | Merge pull request #248184 from NixOS/php/add-new-builder-onlyElis Hirwing2023-09-14
|\ \ \ | | | | | | | | php: add new Composer builder
| * | | php: update documentationPol Dellaiera2023-09-13
| | |/ | |/|
* | | Merge master into staging-nextgithub-actions[bot]2023-09-13
|\| |
| * | erlang23: removeajs1242023-09-13
| |/
* | Merge branch 'master' into staging-nextVladimír Čunát2023-09-12
|\|
| * noto-fonts-emoji → noto-fonts-color-emojinicoo2023-09-12
| | | | | | | | | | | | | | Clarify that the monochrome font is not included, per #221181. The new name is also coherent with the name of the font, according to `fontconfig`: Noto Color Emoji.
* | Merge branch 'master' into staging-nextAnderson Torres2023-09-11
|\|
| * doc/hooks/zig.section.md: rewriteAnderson Torres2023-09-10
| | | | | | | | | | | | - Normalize header IDs, in order to not cause conflicts with identically named headers in other docs. - Reorganize the hierarchy of information.
| * doc/hooks/waf.section.md: rewriteAnderson Torres2023-09-10
| | | | | | | | | | | | - Normalize header IDs, in order to not cause conflicts with identically named headers in other docs. - Reorganize the hierarchy of information.
* | Merge master into staging-nextgithub-actions[bot]2023-09-09
|\|
| * doc/hooks/zig.section.md: rewordAnderson Torres2023-09-09
| | | | | | | | - Refer to stdenv documentation instead of repeating it
* | Merge branch 'waf-cross' of https://github.com/atorres1985-contrib/nixpkgs ↵Yureka2023-09-09
|\ \ | | | | | | | | | into HEAD
| * | doc/hooks/waf.section.md: updateAnderson Torres2023-09-06
| | | | | | | | | | | | - Reword and reorganize sections
* | | Merge master into staging-nextgithub-actions[bot]2023-09-08
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #251006 from Uthar/doc-lisp001Weijia Wang2023-09-07
| |\ | | | | | | doc/lisp: Clarifications in the manual
| | * doc/lisp: document arguments of buildASDFSystemKasper Gałkowski2023-08-25
| | |
| | * doc/lisp: add links to sections and upstream websitesKasper Gałkowski2023-08-25
| | | | | | | | | | | | Also clean up complex paragraphs and fix section on building wrappers
| | * doc/lisp: clarify section on importing from QuicklispKasper Gałkowski2023-08-25
| | | | | | | | | | | | | | | | | | 1. Clarify what is the reason for importing and to where it saves 2. Clarify that packages.sqlite is a temporary file 3. Link to section about native dependencies from first mention of ql.nix
| | * doc/lisp: minor changes to manualKasper Gałkowski2023-08-23
| | |
* | | Merge pull request #218783 from timbertson/stripExcludeExtensionsArtturi2023-09-05
|\ \ \
| * | | setup-hooks/strip: add stripExcludeTim Cuthbertson2023-09-03
| | | |
* | | | Merge staging-next into staginggithub-actions[bot]2023-09-02
|\ \ \ \ | | |/ / | |/| |
| * | | Merge master into staging-nextgithub-actions[bot]2023-09-02
| |\ \ \
| | * \ \ Merge pull request #245623 from tweag/fileset.toSourceSilvan Mosberger2023-09-02
| | |\ \ \ | | | | | | | | | | | | File set combinators base: `lib.fileset.toSource`
| | | * | | lib.fileset.toSource: initSilvan Mosberger2023-09-01
| | | | | |