about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2023-09-28treewide: Fix typosPeder Bergebakken Sundt4-5/+5
2023-09-28Merge master into haskell-updatesgithub-actions[bot]2-2/+2
2023-09-27vimUtils: buildVimPluginFrom2Nix renamed to buildVimPluginMatthieu Coudron1-1/+1
the `from2Nix` suffix is a legacy from vim2nix but we dont use that anymore. It makes the name of the function unusual and long.
2023-09-27doc: fix wrong flag in description of `bindnow`Felix Yan1-1/+1
`-z bindnow` doesn't exist. The actual flag added is `-z now`.
2023-09-26Merge master into haskell-updatesgithub-actions[bot]3-45/+11
2023-09-25use `nix-shell -p` for `dhall-to-nixpkgs` exampleValentin Gagarin1-5/+6
2023-09-25remove the misleading warning on using `nix-env` for split outputs (#255947)Valentin Gagarin1-39/+5
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
2023-09-25Merge pull request #254309 from pbsds/flit-pruneFrederik Rietdijk1-1/+0
python3Packages.flitBuildHook: remove
2023-09-25Merge master into haskell-updatesgithub-actions[bot]1-78/+78
2023-09-24nixpkgs manual: doc python: add hyperlinks to Python section (#252156)Alejandro Sánchez Medina1-78/+78
* nixpkgs manual: doc python: add hyperlinks to Python section Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-09-23Merge master into haskell-updatesgithub-actions[bot]2-0/+8
2023-09-22python3Packages.flitBuildHook: removePeder Bergebakken Sundt1-1/+0
2023-09-22doc: include short docs about bmakeAnderson Torres2-0/+8
2023-09-22Merge master into haskell-updatesgithub-actions[bot]1-1/+1
2023-09-21Merge pull request #255025 from tweag/fileset.unionRobert Hensing1-1/+1
`lib.fileset.union`, `lib.fileset.unions`: init
2023-09-21Merge master into haskell-updatesgithub-actions[bot]1-0/+4
2023-09-21lib.fileset: Various updates relating to union/unionsSilvan Mosberger1-1/+1
Also some minor formatting improvements
2023-09-20haskell-docs: Fix typo in function namemaralorn1-1/+1
2023-09-20corepack: PR review updatesWout Mertens1-1/+1
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> Co-authored-by: Sandro Jaeckel <sandro.jaeckel@gmail.com>
2023-09-20nodejs: corepack wrappers packageWout Mertens1-0/+4
2023-09-18Merge pull request #255916 from fricklerhandwerk/doc-runcommandRobert Hensing1-2/+19
rewrite `runCommand` interface docs
2023-09-18rewrite `runCommand` interface docsValentin Gagarin1-2/+19
specifically this corrects the misleading statement that `env` takes environment variables for the derivation.
2023-09-18BEAM docs: recommend `nix-shell -p` and `shell.nix` instead of `nix-env` ↵Valentin Gagarin1-2/+20
(#255131) * BEAM docs: recommend `nix-shell -p` and `shell.nix` instead of `nix-env` Co-authored-by: asymmetric <lorenzo@mailbox.org>
2023-09-15Merge pull request #255128 from PuercoPop/ruby-document-extraConfigPathsMario Rodas1-0/+10
ruby: document extraConfigPaths option from bundlerEnv
2023-09-15Merge pull request #254967 from nbraud/sha256-to-hash/top-levelMaciej Krüger4-4/+4
2023-09-14fetchDebianPatch: Require patch names with extensionsWeijia Wang1-2/+2
Otherwise the fetcher is unuseable with patches whose filename (in Debian) doesn't end in `.patch`.
2023-09-14Merge pull request #254136 from figsoda/pythonFrederik Rietdijk1-18/+68
python310Packages.buildPythonPackage: introduce pyproject option
2023-09-14doc: remove mention of X11 license variant (#255081)asymmetric1-1/+1
The Nixpkgs license is pure MIT.
2023-09-14doc: link, instead of just mentioning, Nix manual (#255126)asymmetric4-5/+6
Instead of just telling the reader to go find the relevant section of the Nix manual, let's just link to it. Yay hypertext!
2023-09-14Link to usage of pkg description instead of referring to nix-env (#255127)Maximilian Ehlers1-1/+2
* 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>
2023-09-14ruby: document extraConfigPaths option from bundlerEnvJavier Olaechea1-0/+10
2023-09-14Merge pull request #248184 from NixOS/php/add-new-builder-onlyElis Hirwing1-1/+139
php: add new Composer builder
2023-09-13doc: Replace `sha256` with `hash` where appropriatenicoo4-4/+4
2023-09-13php: update documentationPol Dellaiera1-1/+139
2023-09-13Merge master into staging-nextgithub-actions[bot]1-1/+1
2023-09-13erlang23: removeajs1241-1/+1
2023-09-12doc/python: document `pyproject` and remove usages of `format`figsoda1-18/+68
2023-09-12Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
2023-09-12noto-fonts-emoji → noto-fonts-color-emojinicoo1-2/+2
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.
2023-09-11Merge branch 'master' into staging-nextAnderson Torres2-19/+19
2023-09-10doc/hooks/zig.section.md: rewriteAnderson Torres1-8/+8
- Normalize header IDs, in order to not cause conflicts with identically named headers in other docs. - Reorganize the hierarchy of information.
2023-09-10doc/hooks/waf.section.md: rewriteAnderson Torres1-21/+29
- Normalize header IDs, in order to not cause conflicts with identically named headers in other docs. - Reorganize the hierarchy of information.
2023-09-09Merge master into staging-nextgithub-actions[bot]1-12/+16
2023-09-09doc/hooks/zig.section.md: rewordAnderson Torres1-12/+16
- Refer to stdenv documentation instead of repeating it
2023-09-09Merge branch 'waf-cross' of https://github.com/atorres1985-contrib/nixpkgs ↵Yureka1-19/+30
into HEAD
2023-09-08Merge master into staging-nextgithub-actions[bot]1-74/+69
2023-09-07Merge pull request #251006 from Uthar/doc-lisp001Weijia Wang1-74/+69
doc/lisp: Clarifications in the manual
2023-09-06doc/hooks/waf.section.md: updateAnderson Torres1-19/+30
- Reword and reorganize sections
2023-09-05Merge pull request #218783 from timbertson/stripExcludeExtensionsArtturi1-0/+22
2023-09-03setup-hooks/strip: add stripExcludeTim Cuthbertson1-0/+22