summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2022-03-25fetchpatch: add `relative`Naïm Favier
Allows restricting patches to a specific subdirectory, à la `git diff --relative=subdir`. This cannot be done (cleanly) currently because the `includes` logic happens *after* `stripLen` is applied, so we can't match on `subdir/*`. This change adds a `relative` argument that makes this possible by filtering files before doing any processing, and setting `stripLen` and `extraPrefix` accordingly.
2022-03-21docs: document Javascript package updates in nixpkgsAustin Butler
2022-03-21Merge pull request #163451 from hercules-ci/stop-premature-warningsKevin Cox
Stop premature warnings, including `nix.settings` migration
2022-03-15Merge branch 'master' into staging-nextVladimír Čunát
Conflict in pkgs/development/libraries/libvirt/default.nix required manual adjustments. The fetched patch is already in src. I checked that libvirt builds.
2022-03-15Merge pull request #161739 from Artturin/gsettingsfhsenvArtturi
2022-03-14Merge master into staging-nextgithub-actions[bot]
2022-03-13Merge pull request #163995 from TWal/doc-functions-attrsets-zipattrsJan Tojnar
nixos/nixpkgs/doc: fix typo in the signature of attrsets.zipAttrs
2022-03-13buildDunePackage: use dune_2 by defaultVincent Laporte
2022-03-13nixos/nixpkgs/doc: fix typo in the signature of attrsets.zipAttrsThéophile Wallez
2022-03-09doc/reviewing-contributions: Recommend mkRenamedOptionModuleWithRobert Hensing
2022-03-03Merge master into staging-nextgithub-actions[bot]
2022-03-03buildFHSUserEnv{Chroot,Bubblewrap}: link gsettings-schemas to the FHS locationArtturin
We shouldn't need to use wrapGAppsHook in expressions that use this builder.
2022-03-02treewide: remove steam-run-nativeJonathan Ringer
2022-02-26Merge branch 'master' into staging-nextAndersonTorres
2022-02-26Merge pull request #161111 from ulrikstrid/ulrikstrid/coq-move-dune-to-nativeVincent Laporte
coq: Move dune, ocaml and findlib to nativeBuildInputs
2022-02-25python3Packages: document how to handle extras-requireFrederik Rietdijk
2022-02-25coqPackages: tree-wide move packages to nativeBuildInputs and add strictDeps ↵Ulrik Strid
= true Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
2022-02-24Move misc/vim-plugins to applications/editors/vim/pluginsAndersonTorres
2022-02-23Merge master into staging-nextgithub-actions[bot]
2022-02-22rustPlatform.bindgenHook: initGuillaume Girol
2022-02-19Merge staging-next into staginggithub-actions[bot]
2022-02-19Merge pull request #159344 from symphorien/doc-remove-references-toJan Tojnar
doc: document remove-references-to
2022-02-19doc: document remove-references-toGuillaume Girol
2022-02-19Merge staging-next into staginggithub-actions[bot]
2022-02-12doc: discourage setting `phases`, document/encourage runHook instead.Guillaume Girol
Source: https://matrix.to/#/!kjdutkOsheZdjqYmqp:nixos.org/$mff3KCoPY5sfgsUhKn0e4va7hnz7KMXARaO2_UaLNM4?via=nixos.org&via=matrix.org&via=nixos.dev
2022-02-11nixpkgs/doc: update overlay/lapack sectionMarkus Kowalewski
2022-02-02stdenv.md: Call out that genericBuild has correct orderRobert Hensing
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
2022-02-01stdenv.md: Document genericBuildRobert Hensing
2022-02-01stdenv.md: Remove off topic phase propagandaRobert Hensing
Phases are cool, I get it, but the reader will enjoy it when they see it. And they'll see it sooner if they don't have to read about it.
2022-01-27Merge pull request #156857 from hercules-ci/fix-version-suffix-conventionRobert Hensing
doc/coding-conventions: Fix version attribute suffix to match reality
2022-01-27Merge pull request #151363 from Stunkymonkey/doc-updateWalkerSandro
2022-01-26meta.updateWalker: remove, because it is not usedFelix Buehler
2022-01-26doc/coding-conventions: Fix version attribute suffix to match realityRobert Hensing
The current doc is wildly out of touch with reality. A regex search shows the following stats. ``` Style example Frequency Regex used nix-2-5: 8 [a-zA-Z]-[0-9]+(-[0-9]+)+ = nix-2_5: 17 [a-zA-Z]-[0-9]+(_[0-9]+)+ = nix_2_5: 689 [a-zA-Z]_[0-9]+(_[0-9]+)+ = nix_2-5: 1 [a-zA-Z]_[0-9]+(-[0-9]+)+ = ```
2022-01-26manual: document deprecated `minimumOCamlVersion`Vincent Laporte
2022-01-24fetchgit: Add document for sparseCheckoutZhong Jianxin
2022-01-16Merge pull request #154677 from IvarWithoutBones/dotnetModule-installphasePavol Rusnak
buildDotnetModule: wrap executables in preFixup
2022-01-15doc: fix broken linkNicolas Benes
The file was renamed/modified in 3f40ca4 but the documentation was not updated. Closes #155049.
2022-01-12buildDotnetModule: wrap executables in preFixupIvarWithoutBones
Not doing this used to break wrapGAppsHook as gappsWrapperArgs is set in preFixup, but it was used in installPhase
2022-01-08Merge pull request #147690 from pasqui23/hostsRobert Hensing
concatTextFile: init
2022-01-08mkShell: make it buildable (#153194)Jonas Chevalier
When I designed `mkShell`, I didn't have a good idea of what the output should look like and so decided to make the build fail. In practice, this causes quite a bit of confusion and complications because now the shell cannot be part of a normal package set without failing the CI as well. This commit changes that build phase to record all the build inputs in a file. That way it becomes possible to build it, makes sure that all the build inputs get built as well, and also can be used as a GC root. (by applying the same trick as #95536). The documentation has also been improved to better describe what mkShell does and how to use it.
2022-01-06Merge pull request #148606 from McSinyx/fetch-srht-recurseRenaud
fetchFromSourcehut: allow recursive fetching
2022-01-06buildGoModule: use `proxyVendor` instead of `runVend`zowoq
2022-01-06doc/go: remove platform from examplezowoq
this should only be set if the package doesn't work with the default platforms
2022-01-04doc/beam: minor formatting/copy fixes (#153396)Erlend Hamberg
2022-01-04Beam/Elixir: Add section on using an overlay (#153348)Erlend Hamberg
* Beam/Elixir: Add section on using an overlay
2022-01-03Merge pull request #152451 from ncfavier/unix-man-urlsRenaud
doc: remove reference to unix-man-urls.lua
2022-01-03fetchFromSourcehut: allow recursive fetchingNguyễn Gia Phong
2022-01-02doc/go: remove `runVend` from examplezowoq
2021-12-30Merge pull request #149867 from erikarvstedt/docs-stable-releaseJan Tojnar
docs: improve section `Stable release branches`
2021-12-28doc: remove reference to unix-man-urls.luaNaïm Favier