about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2022-03-24Merge pull request #165133 from jahway603/masterRobert Hensing1-0/+4
Added fetchFromGitea to docs
2022-03-24nixpkgs/manual: add an explicit mention of CTAN so google can indexLéo Gaspard1-1/+1
2022-03-21docs: document Javascript package updates in nixpkgsAustin Butler1-2/+24
2022-03-21added fetchFromGitea to docsjahway6031-0/+4
2022-03-21Merge pull request #163451 from hercules-ci/stop-premature-warningsKevin Cox1-1/+1
Stop premature warnings, including `nix.settings` migration
2022-03-15Merge branch 'master' into staging-nextVladimír Čunát1-0/+2
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/gsettingsfhsenvArtturi1-0/+2
2022-03-14Merge master into staging-nextgithub-actions[bot]2-3/+3
2022-03-13Merge pull request #163995 from TWal/doc-functions-attrsets-zipattrsJan Tojnar1-1/+1
nixos/nixpkgs/doc: fix typo in the signature of attrsets.zipAttrs
2022-03-13buildDunePackage: use dune_2 by defaultVincent Laporte1-2/+2
2022-03-13nixos/nixpkgs/doc: fix typo in the signature of attrsets.zipAttrsThéophile Wallez1-1/+1
2022-03-09doc/reviewing-contributions: Recommend mkRenamedOptionModuleWithRobert Hensing1-1/+1
2022-03-03Merge master into staging-nextgithub-actions[bot]1-1/+1
2022-03-03buildFHSUserEnv{Chroot,Bubblewrap}: link gsettings-schemas to the FHS locationArtturin1-0/+2
We shouldn't need to use wrapGAppsHook in expressions that use this builder.
2022-03-02treewide: remove steam-run-nativeJonathan Ringer1-1/+1
2022-02-26Merge branch 'master' into staging-nextAndersonTorres4-6/+32
2022-02-26Merge pull request #161111 from ulrikstrid/ulrikstrid/coq-move-dune-to-nativeVincent Laporte1-1/+2
coq: Move dune, ocaml and findlib to nativeBuildInputs
2022-02-25python3Packages: document how to handle extras-requireFrederik Rietdijk1-0/+25
2022-02-25coqPackages: tree-wide move packages to nativeBuildInputs and add strictDeps ↵Ulrik Strid1-1/+2
= true Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
2022-02-24Move misc/vim-plugins to applications/editors/vim/pluginsAndersonTorres2-5/+5
2022-02-23Merge master into staging-nextgithub-actions[bot]1-0/+2
2022-02-22rustPlatform.bindgenHook: initGuillaume Girol1-0/+2
2022-02-19Merge staging-next into staginggithub-actions[bot]1-1/+14
2022-02-19Merge pull request #159344 from symphorien/doc-remove-references-toJan Tojnar1-1/+14
doc: document remove-references-to
2022-02-19doc: document remove-references-toGuillaume Girol1-1/+14
2022-02-19Merge staging-next into staginggithub-actions[bot]2-2/+6
2022-02-12doc: discourage setting `phases`, document/encourage runHook instead.Guillaume Girol2-2/+6
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 Kowalewski1-2/+18
2022-02-02stdenv.md: Call out that genericBuild has correct orderRobert Hensing1-1/+1
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
2022-02-01stdenv.md: Document genericBuildRobert Hensing1-1/+5
2022-02-01stdenv.md: Remove off topic phase propagandaRobert Hensing1-1/+1
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 Hensing1-1/+1
doc/coding-conventions: Fix version attribute suffix to match reality
2022-01-27Merge pull request #151363 from Stunkymonkey/doc-updateWalkerSandro1-4/+0
2022-01-26meta.updateWalker: remove, because it is not usedFelix Buehler1-4/+0
2022-01-26doc/coding-conventions: Fix version attribute suffix to match realityRobert Hensing1-1/+1
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 Laporte1-3/+11
2022-01-24fetchgit: Add document for sparseCheckoutZhong Jianxin1-0/+18
2022-01-16Merge pull request #154677 from IvarWithoutBones/dotnetModule-installphasePavol Rusnak1-1/+1
buildDotnetModule: wrap executables in preFixup
2022-01-15doc: fix broken linkNicolas Benes1-1/+1
The file was renamed/modified in 3f40ca4 but the documentation was not updated. Closes #155049.
2022-01-12buildDotnetModule: wrap executables in preFixupIvarWithoutBones1-1/+1
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 Hensing1-0/+102
concatTextFile: init
2022-01-08mkShell: make it buildable (#153194)Jonas Chevalier1-6/+26
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-recurseRenaud1-1/+8
fetchFromSourcehut: allow recursive fetching
2022-01-06buildGoModule: use `proxyVendor` instead of `runVend`zowoq1-2/+1
2022-01-06doc/go: remove platform from examplezowoq1-1/+0
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 Hamberg1-3/+3
2022-01-04Beam/Elixir: Add section on using an overlay (#153348)Erlend Hamberg1-0/+24
* Beam/Elixir: Add section on using an overlay
2022-01-03Merge pull request #152451 from ncfavier/unix-man-urlsRenaud2-3/+2
doc: remove reference to unix-man-urls.lua
2022-01-03fetchFromSourcehut: allow recursive fetchingNguyễn Gia Phong1-1/+8
2022-01-02doc/go: remove `runVend` from examplezowoq1-2/+0