summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge branch 'master' into staging-nextVladimír Čunát2022-03-15
|\ | | | | | | | | | | Conflict in pkgs/development/libraries/libvirt/default.nix required manual adjustments. The fetched patch is already in src. I checked that libvirt builds.
| * Merge pull request #161739 from Artturin/gsettingsfhsenvArtturi2022-03-15
| |\
| | * buildFHSUserEnv{Chroot,Bubblewrap}: link gsettings-schemas to the FHS locationArtturin2022-03-03
| | | | | | | | | | | | | | | We shouldn't need to use wrapGAppsHook in expressions that use this builder.
* | | Merge master into staging-nextgithub-actions[bot]2022-03-14
|\| |
| * | Merge pull request #163995 from TWal/doc-functions-attrsets-zipattrsJan Tojnar2022-03-13
| |\ \ | | | | | | | | nixos/nixpkgs/doc: fix typo in the signature of attrsets.zipAttrs
| | * | nixos/nixpkgs/doc: fix typo in the signature of attrsets.zipAttrsThéophile Wallez2022-03-13
| | | |
| * | | buildDunePackage: use dune_2 by defaultVincent Laporte2022-03-13
| |/ /
* | | Merge master into staging-nextgithub-actions[bot]2022-03-03
|\| |
| * | treewide: remove steam-run-nativeJonathan Ringer2022-03-02
| | |
* | | Merge branch 'master' into staging-nextAndersonTorres2022-02-26
|\| |
| * | Merge pull request #161111 from ulrikstrid/ulrikstrid/coq-move-dune-to-nativeVincent Laporte2022-02-26
| |\ \ | | | | | | | | coq: Move dune, ocaml and findlib to nativeBuildInputs
| | * | coqPackages: tree-wide move packages to nativeBuildInputs and add strictDeps ↵Ulrik Strid2022-02-25
| | | | | | | | | | | | | | | | | | | | | | | | = true Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
| * | | python3Packages: document how to handle extras-requireFrederik Rietdijk2022-02-25
| | | |
| * | | Move misc/vim-plugins to applications/editors/vim/pluginsAndersonTorres2022-02-24
| |/ /
* | | Merge master into staging-nextgithub-actions[bot]2022-02-23
|\| |
| * | rustPlatform.bindgenHook: initGuillaume Girol2022-02-22
| |/
* | Merge staging-next into staginggithub-actions[bot]2022-02-19
|\|
| * Merge pull request #159344 from symphorien/doc-remove-references-toJan Tojnar2022-02-19
| |\ | | | | | | doc: document remove-references-to
| | * doc: document remove-references-toGuillaume Girol2022-02-19
| | |
* | | Merge staging-next into staginggithub-actions[bot]2022-02-19
|\| |
| * | doc: discourage setting `phases`, document/encourage runHook instead.Guillaume Girol2022-02-12
| |/ | | | | | | | | Source: https://matrix.to/#/!kjdutkOsheZdjqYmqp:nixos.org/$mff3KCoPY5sfgsUhKn0e4va7hnz7KMXARaO2_UaLNM4?via=nixos.org&via=matrix.org&via=nixos.dev
* / nixpkgs/doc: update overlay/lapack sectionMarkus Kowalewski2022-02-11
|/
* stdenv.md: Call out that genericBuild has correct orderRobert Hensing2022-02-02
| | | Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
* stdenv.md: Document genericBuildRobert Hensing2022-02-01
|
* stdenv.md: Remove off topic phase propagandaRobert Hensing2022-02-01
| | | | | | 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.
* Merge pull request #156857 from hercules-ci/fix-version-suffix-conventionRobert Hensing2022-01-27
|\ | | | | doc/coding-conventions: Fix version attribute suffix to match reality
| * doc/coding-conventions: Fix version attribute suffix to match realityRobert Hensing2022-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | 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]+)+ = ```
* | Merge pull request #151363 from Stunkymonkey/doc-updateWalkerSandro2022-01-27
|\ \
| * | meta.updateWalker: remove, because it is not usedFelix Buehler2022-01-26
| | |
* | | manual: document deprecated `minimumOCamlVersion`Vincent Laporte2022-01-26
|/ /
* / fetchgit: Add document for sparseCheckoutZhong Jianxin2022-01-24
|/
* Merge pull request #154677 from IvarWithoutBones/dotnetModule-installphasePavol Rusnak2022-01-16
|\ | | | | buildDotnetModule: wrap executables in preFixup
| * buildDotnetModule: wrap executables in preFixupIvarWithoutBones2022-01-12
| | | | | | | | Not doing this used to break wrapGAppsHook as gappsWrapperArgs is set in preFixup, but it was used in installPhase
* | doc: fix broken linkNicolas Benes2022-01-15
|/ | | | | The file was renamed/modified in 3f40ca4 but the documentation was not updated. Closes #155049.
* Merge pull request #147690 from pasqui23/hostsRobert Hensing2022-01-08
|\ | | | | concatTextFile: init
| * docs: added examples to trivial builders sectionPasquale2021-12-11
| |
| * concatText: documentationPasquale2021-12-02
| |
* | mkShell: make it buildable (#153194)Jonas Chevalier2022-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #148606 from McSinyx/fetch-srht-recurseRenaud2022-01-06
|\ \ | | | | | | fetchFromSourcehut: allow recursive fetching
| * | fetchFromSourcehut: allow recursive fetchingNguyễn Gia Phong2022-01-03
| | |
* | | buildGoModule: use `proxyVendor` instead of `runVend`zowoq2022-01-06
| | |
* | | doc/go: remove platform from examplezowoq2022-01-06
| | | | | | | | | | | | this should only be set if the package doesn't work with the default platforms
* | | doc/beam: minor formatting/copy fixes (#153396)Erlend Hamberg2022-01-04
| | |
* | | Beam/Elixir: Add section on using an overlay (#153348)Erlend Hamberg2022-01-04
| | | | | | | | | * Beam/Elixir: Add section on using an overlay
* | | Merge pull request #152451 from ncfavier/unix-man-urlsRenaud2022-01-03
|\ \ \ | |/ / |/| | doc: remove reference to unix-man-urls.lua
| * | doc: remove reference to unix-man-urls.luaNaïm Favier2021-12-28
| | |
* | | doc/go: remove `runVend` from examplezowoq2022-01-02
| | |
* | | Merge pull request #149867 from erikarvstedt/docs-stable-releaseJan Tojnar2021-12-30
|\ \ \ | | | | | | | | docs: improve section `Stable release branches`
| * | | docs: improve section `Stable release branches`Erik Arvstedt2021-12-28
| | | | | | | | | | | | | | | | | | | | | | | | - Explain branch naming scheme for stable release branches - Split into subsections `Automatically backporting ...` and `Manually backporting...`.
* | | | doc/python: remove 3.6 from the list of cpython versionsYevhen Shymotiuk2021-12-28
| | | |