about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* doc(vim): take into account plug non-supportMatthieu Coudron2022-09-11
| | | | | | Apply suggestions from code review Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
* doc(neovim): remove the mention of plug for neovimMatthieu Coudron2022-09-11
| | | | This was removed to simplify configuration. One could create a function that converts the plug format to vim native package format (only plugin system supported for neovim) and upstream it to nixpkgs if that's an issue
* doc: present how to create a vim-plugin overlayMatthieu Coudron2022-09-11
| | | | | | | | it is possible to maintain an out of tree list of neovim plugins with this method Update doc/languages-frameworks/vim.section.md Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* doc/contributing: fix whitespaceSandro2022-09-07
|
* Merge pull request #189241 from SuperSandro2000/git-full-hashAnderson Torres2022-09-05
|\ | | | | doc/contributing: enforce full commit hashes on github
| * doc/contributing: enforce full commit hashes on githubSandro Jäckel2022-09-04
| |
* | doc/languages-frameworks/rust: fix typoIan Macalinao2022-09-03
| |
* | doc: Clarify default value of sourceRootMarc Scholten2022-09-03
| |
* | Merge branch 'master' into option-docs-mdpennae2022-09-01
|\|
| * Merge pull request #170906 from Sohalt/dockerTools.ca-certificates.crtRobert Hensing2022-08-31
| |\ | | | | | | dockerTools ca-certificates.crt helper
| | * dockerTools: document environment helperssohalt2022-07-07
| | |
| * | Merge pull request #188805 from ncfavier/longDescription-formatRobert Hensing2022-08-30
| |\ \ | | | | | | | | doc: specify that `longDescription` should be Markdown
| | * | doc: specify that `longDescription` should be MarkdownNaïm Favier2022-08-29
| | | | | | | | | | | | | | | | In the spirit of RFC 72, document that longDescription is in CommonMark.
* | | | nixos/make-options-doc: add inline roles for varname/envarpennae2022-08-31
|/ / / | | | | | | | | | | | | both of these render distinctly from plain literals in the manpage, and manpages even semantically distinguish between the two.
* | | doc/python: Properly sort pythonRelaxDepsHook in hook listMartin Weinelt2022-08-24
| | |
* | | doc/python: integrate sphinxHook docsMartin Weinelt2022-08-24
| | | | | | | | | | | | | | | Improve the documentation by moving it from the hook script into the Python section in the manual and adding code examples.
* | | Merge master into staging-nextgithub-actions[bot]2022-08-20
|\| |
| * | doc: add note about makeWrapper and PATH modificationValentin Gagarin2022-08-19
| | |
* | | Merge master into staging-nextgithub-actions[bot]2022-08-17
|\| |
| * | dockerTools.buildImage: make VM memSize configurableAlex James2022-08-16
| | | | | | | | | | | | | | | | | | | | | Fixes #186752. This adds buildVMMemorySize (defaults to 512 MiB) to buildImage, which is passed to vm.runInLinuxVM. This is needed for larger base images, which may otherwise cause container build failures due to OOM in the VM.
* | | Merge staging-next into staginggithub-actions[bot]2022-08-15
|\| |
| * | fetchgit: allow disabling cone mode for sparse checkouts, fix testWinter2022-08-14
| | |
* | | pythonPackages.unittestCheckHook: initWinter2022-08-13
|/ /
* | pythonPackagesExtensions: override all Python package sets at onceFrederik Rietdijk2022-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python package sets can be overridden by overriding an interpreter and passing in `packageOverrides = self: super: {...};`. This is fine in case you need a single interpreter, however, it does not help you when you want to override all sets. With this change it is possible to override all sets at once by appending a list of "extensions" to `pythonPackagesExtensions`. From reading the implementation you might wonder why a list is used, and not `lib.composeExtensions`? The reason is the latter requires knowledge of the library function. This approach should be easier for most users as it is similar to how we append to lists of e.g. inputs or patches when overriding a derivation.
* | Merge pull request #174093 from NixOS/doc-fakenssFlorian Klink2022-08-04
|\ \ | | | | | | nixos/doc: document fakeNss, binSh
| * | nixos/doc: update contents to copyToRootFlorian Klink2022-08-01
| | | | | | | | | | | | contents is deprecated now, use the copyToRoot attribute.
| * | Update doc/builders/images/dockertools.section.mdFlorian Klink2022-08-01
| | | | | | | | | Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
| * | nixos/doc: document fakeNss, binShFlorian Klink2022-08-01
| | |
* | | Correct instructions to obtain a hash for git reposMatthias Bartelmeß2022-08-04
| | |
* | | Merge pull request #179489 from Thornycrackers-Forks/fetcher-docs-updateValentin Gagarin2022-08-03
|\ \ \ | | | | | | | | doc/builders/fetchers: Add examples, reduce sentence complexity
| * | | Add example error message.Cody Hiar2022-08-02
| | | |
| * | | Updating sha256 to more realistic exampleCody Hiar2022-08-02
| | | |
| * | | Update doc/builders/fetchers.chapter.mdCody Hiar2022-08-02
| | | | | | | | | | | | Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
| * | | Update doc/builders/fetchers.chapter.mdCody Hiar2022-08-02
| | | | | | | | | | | | Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
| * | | Update doc/builders/fetchers.chapter.mdCody Hiar2022-08-02
| | | | | | | | | | | | Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
| * | | Update doc/builders/fetchers.chapter.mdCody Hiar2022-08-02
| | | | | | | | | | | | Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
| * | | Update doc/builders/fetchers.chapter.mdCody Hiar2022-08-02
| | | | | | | | | | | | Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
| * | | Update doc/builders/fetchers.chapter.mdCody Hiar2022-07-18
| | | | | | | | | | | | Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
| * | | Updated wording from code reviewCody Hiar2022-07-04
| | | |
| * | | Remove possessive apostrophesCody Hiar2022-06-29
| | | |
| * | | doc/builders/fetchers: Add examples, reduce sentence complexityCody Hiar2022-06-28
| | | |
* | | | Merge pull request #184848 from jtojnar/mkder-rec-anchorValentin Gagarin2022-08-03
|\ \ \ \ | | | | | | | | | | doc: Add anchor to Recursive attributes in `mkDerivation`
| * | | | doc: Add anchor to Recursive attributes in `mkDerivation`Jan Tojnar2022-08-02
| | | | | | | | | | | | | | | | | | | | So that we can link to it stably.
* | | | | Merge master into staging-nextgithub-actions[bot]2022-08-02
|\| | | |
| * | | | buildGoModule: add vendorHashajs1242022-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | the _unset hack is kind of ugly, but it needs to default to something and it can't be null, because that already has special meaning
* | | | | Merge master into staging-nextgithub-actions[bot]2022-08-01
|\| | | |
| * | | | Merge pull request #182702 from SuperSandro2000/yarn2nix-docValentin Gagarin2022-08-01
| |\ \ \ \ | | |_|/ / | |/| | | docs/javascript: advise to create less yarn.nix files
| | * | | docs/javascript: advise to create less yarn.nix filesSandro Jäckel2022-07-30
| | | | |
* | | | | Merge staging-next into staginggithub-actions[bot]2022-07-29
|\| | | |
| * | | | Merge pull request #183422 from raboof/nixpkgs-docs-consistent-idsArnout Engelen2022-07-29
| |\ \ \ \ | | | | | | | | | | | | nixpkgs/doc: generate consistent docbook ids