summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #147690 from pasqui23/hosts•••concatTextFile: initRobert Hensing2022-01-081-0/+102
|\
| * docs: added examples to trivial builders sectionPasquale2021-12-111-0/+97
| * concatText: documentationPasquale2021-12-021-0/+5
* | mkShell: make it buildable (#153194)•••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. Jonas Chevalier2022-01-081-6/+26
* | Merge pull request #148606 from McSinyx/fetch-srht-recurse•••fetchFromSourcehut: allow recursive fetchingRenaud2022-01-061-1/+8
|\ \
| * | fetchFromSourcehut: allow recursive fetchingNguyễn Gia Phong2022-01-031-1/+8
* | | buildGoModule: use `proxyVendor` instead of `runVend`zowoq2022-01-061-2/+1
* | | doc/go: remove platform from example•••this should only be set if the package doesn't work with the default platforms zowoq2022-01-061-1/+0
* | | doc/beam: minor formatting/copy fixes (#153396)Erlend Hamberg2022-01-041-3/+3
* | | Beam/Elixir: Add section on using an overlay (#153348)•••* Beam/Elixir: Add section on using an overlayErlend Hamberg2022-01-041-0/+24
* | | Merge pull request #152451 from ncfavier/unix-man-urls•••doc: remove reference to unix-man-urls.luaRenaud2022-01-032-3/+2
|\ \ \ | |/ / |/| |
| * | doc: remove reference to unix-man-urls.luaNaïm Favier2021-12-282-3/+2
* | | doc/go: remove `runVend` from examplezowoq2022-01-021-2/+0
* | | Merge pull request #149867 from erikarvstedt/docs-stable-release•••docs: improve section `Stable release branches`Jan Tojnar2021-12-301-3/+13
|\ \ \
| * | | docs: improve section `Stable release branches`•••- Explain branch naming scheme for stable release branches - Split into subsections `Automatically backporting ...` and `Manually backporting...`. Erik Arvstedt2021-12-281-3/+13
* | | | doc/python: remove 3.6 from the list of cpython versionsYevhen Shymotiuk2021-12-281-1/+1
* | | | Merge master into staging-nextgithub-actions[bot]2021-12-221-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | buildDotnetModule: restore and build testProjectFileIvarWithoutBones2021-12-201-1/+1
* | | | Merge branch 'master' into staging-next••• Conflicts: pkgs/applications/editors/vim/common.nix pkgs/development/python-modules/jellyfin-apiclient-python/default.nix pkgs/development/python-modules/pymavlink/default.nix Dmitry Kalinkin2021-12-206-29/+14
|\| | |
| * | | Merge pull request #145103 from symphorien/nix-env-i•••doc: minimize mentions of nix-env -i without -A in nixpkgs manualDomen Kožar2021-12-206-29/+14
| |\ \ \
| | * | | doc: minimize mentions of nix-env -i without -A in nixpkgs manualGuillaume Girol2021-12-186-29/+14
* | | | | Merge master into staging-nextgithub-actions[bot]2021-12-181-4/+4
|\| | | |
| * | | | doc/python: update buildPythonApplication example•••It's recommended to consume the interpreter, not the package set when being called from `all-packages.nix` Jonathan Ringer2021-12-181-4/+4
* | | | | Merge branch 'master' into staging-next••• Conflicts: pkgs/development/python-modules/sphinxext-opengraph/default.nix Dmitry Kalinkin2021-12-182-3/+6
|\| | | |
| * | | | Merge pull request #151193 from Trundle/rust-markdown-fix•••docs: Fix markdown in Rust language sectionBobby Rong2021-12-181-1/+1
| |\ \ \ \
| | * | | | docs: Fix markdown in Rust language sectionAndreas Stührk2021-12-181-1/+1
| * | | | | buildDotnetModule: add passthru.fetch-depsIvarWithoutBones2021-12-141-2/+5
| |/ / / /
* | | | | Merge master into staging-nextgithub-actions[bot]2021-12-143-4/+4
|\| | | |
| * | | | Merge pull request #149905 from am-on/fix-404-links•••doc: fix broken linksBobby Rong2021-12-143-4/+4
| |\ \ \ \
| | * | | | doc: fix broken links•••Links in documentation shouldn't point to dead ends. Amon Stopinšek2021-12-093-4/+4
| | | |/ / | | |/| |
* | | | | Merge master into staging-nextgithub-actions[bot]2021-12-141-2/+19
|\| | | |
| * | | | Merge pull request #150066 from ezemtsov/buildDotnetModule•••buildDotnetModule: add support for local project referencesLuke Granger-Brown2021-12-141-2/+19
| |\ \ \ \
| | * | | | buildDotnetModule: support local project referencesEvgeny Zemtsov2021-12-131-1/+14
| | * | | | buildDotnetModule: support optional nupkg packingEvgeny Zemtsov2021-12-131-1/+5
| | |/ / /
* | | | | Merge master into staging-nextgithub-actions[bot]2021-12-102-5/+29
|\| | | |
| * | | | Merge pull request #124556 from bergkvist/bergkvist/make-c-wrapper•••Generate tiny compiled binary for wrapping executablesRobert Hensing2021-12-101-5/+7
| |\ \ \ \
| | * | | | Small rephrase of wrapProgram documentation•••Co-authored-by: Julian Stecklina <js@alien8.de>Doron Behar2021-12-091-1/+1
| | * | | | Rephrase documentation for both makeWrapper implementationsDoron Behar2021-12-091-17/+5
| | * | | | wrapProgramBinary -> binaryWrapProgramDoron Behar2021-12-081-2/+2
| | * | | | Remove TODO in documentationDoron Behar2021-12-021-1/+1
| | * | | | Rephrase makeWrapper setup-hookDoron Behar2021-10-201-2/+2
| | * | | | Improve explenations for wrap*ProgramDoron Behar2021-10-191-4/+4
| | * | | | makeBinaryWrapper: DocumentDoron Behar2021-10-191-2/+16
| * | | | | docs/python: Add CPython update scheduleJonathan Ringer2021-12-091-0/+22
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'nixpkgs/master' into staging-next•••CONFLICT (rename/add): Rename pkgs/development/python-modules/jsonwatch/default.nix->pkgs/tools/misc/jsonwatch/default.nix in nixpkgs/master. Added pkgs/tools/misc/jsonwatch/default.nix in HEAD Alyssa Ross2021-12-091-0/+13
|\| | | |
| * | | | doc: ruby-section: add workaround for platform-specific gemsYannick Markus2021-12-081-0/+13
* | | | | Merge master into staging-nextgithub-actions[bot]2021-12-051-5/+6
|\| | | |
| * | | | doc beam section: Takle TODO (#148624)Chris Wögi2021-12-051-5/+6
* | | | | Merge master into staging-nextgithub-actions[bot]2021-12-041-0/+6
|\| | | |
| * | | | dockerTools: Keep fakechroot disabled by default•••Avoid risk of breaking existing images by making it opt-in. Robert Hensing2021-12-041-3/+3