about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge pull request #164994 from ncfavier/vim-wrapper7c6f434c2022-03-29
|\ | | | | vim wrapper improvements
| * vimUtils.makeCustomizable: rewrite to include more thingsNaïm Favier2022-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The current wrapper only includes vim, gvim and the man pages (optionally). This rewrite distinguishes two scenarios, which I expect cover the majority of use cases: - standalone mode, when `name != "vim"`, means the user already has a vim in scope and only wants to add a customized version with a different name. In this case we only include wrappers for `/bin/*vim`. - non-standalone mode, when `name == "vim"`, means the user expects a normal vim package that uses the specified configuration. In this case we include everything in the original derivation, with wrappers for all the executables that accept a vimrc.
* | Merge pull request #165691 from lucc/github-removed-unencrypted-gitSandro2022-03-28
|\ \
| * | docs: replace defunct git://github.com urls with https://Lucas Hoffmann2022-03-25
| | |
* | | User manual: document duneVersionVincent Laporte2022-03-28
| | |
* | | Merge pull request #164651 from Infinisil/remove-optionSetSilvan Mosberger2022-03-25
|\ \ \ | | | | | | | | lib/modules: Finally remove deprecated types.optionSet
| * | | lib/modules: Finally remove deprecated types.optionSetSilvan Mosberger2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | types.optionSet has been deprecated for almost 10 years now (0e333688cea468a28516bf6935648c03ed62a7bb)! A removal was already attempted in 2019 (27982b408e465554b8831f492362bc87ed0ec02a), but it was promptly reinstantiated since some third-party uses were discovered (f531ce75e4178c6867cc1d0f7fec96b2d5c3f1cb). It's finally time to remove it for good :)
* | | | Merge pull request #165327 from ncfavier/fetchpatch-relativemaralorn2022-03-25
|\ \ \ \ | |_|/ / |/| | | fetchpatch: add `preIncludes` and `relative`
| * | | fetchpatch: add `relative`Naïm Favier2022-03-25
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #165133 from jahway603/masterRobert Hensing2022-03-24
|\ \ \ | | | | | | | | Added fetchFromGitea to docs
| * | | added fetchFromGitea to docsjahway6032022-03-21
| | | |
* | | | nixpkgs/manual: add an explicit mention of CTAN so google can indexLéo Gaspard2022-03-24
| |/ / |/| |
* | | docs: document Javascript package updates in nixpkgsAustin Butler2022-03-21
|/ /
* | Merge pull request #163451 from hercules-ci/stop-premature-warningsKevin Cox2022-03-21
|\ \ | |/ |/| Stop premature warnings, including `nix.settings` migration
| * doc/reviewing-contributions: Recommend mkRenamedOptionModuleWithRobert Hensing2022-03-09
| |
* | 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