summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2021-12-22
|\ \ \ \ | | |/ / | |/| |
| * | | buildDotnetModule: restore and build testProjectFileIvarWithoutBones2021-12-20
| | | |
* | | | Merge branch 'master' into staging-nextDmitry Kalinkin2021-12-20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/editors/vim/common.nix pkgs/development/python-modules/jellyfin-apiclient-python/default.nix pkgs/development/python-modules/pymavlink/default.nix
| * | | Merge pull request #145103 from symphorien/nix-env-iDomen Kožar2021-12-20
| |\ \ \ | | | | | | | | | | doc: minimize mentions of nix-env -i without -A in nixpkgs manual
| | * | | doc: minimize mentions of nix-env -i without -A in nixpkgs manualGuillaume Girol2021-12-18
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2021-12-18
|\| | | |
| * | | | doc/python: update buildPythonApplication exampleJonathan Ringer2021-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | It's recommended to consume the interpreter, not the package set when being called from `all-packages.nix`
* | | | | Merge branch 'master' into staging-nextDmitry Kalinkin2021-12-18
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/python-modules/sphinxext-opengraph/default.nix
| * | | | Merge pull request #151193 from Trundle/rust-markdown-fixBobby Rong2021-12-18
| |\ \ \ \ | | | | | | | | | | | | docs: Fix markdown in Rust language section
| | * | | | docs: Fix markdown in Rust language sectionAndreas Stührk2021-12-18
| | | | | |
| * | | | | buildDotnetModule: add passthru.fetch-depsIvarWithoutBones2021-12-14
| |/ / / /
* | | | | Merge master into staging-nextgithub-actions[bot]2021-12-14
|\| | | |
| * | | | Merge pull request #149905 from am-on/fix-404-linksBobby Rong2021-12-14
| |\ \ \ \ | | | | | | | | | | | | doc: fix broken links
| | * | | | doc: fix broken linksAmon Stopinšek2021-12-09
| | | |/ / | | |/| | | | | | | | | | | | Links in documentation shouldn't point to dead ends.
* | | | | Merge master into staging-nextgithub-actions[bot]2021-12-14
|\| | | |
| * | | | Merge pull request #150066 from ezemtsov/buildDotnetModuleLuke Granger-Brown2021-12-14
| |\ \ \ \ | | | | | | | | | | | | buildDotnetModule: add support for local project references
| | * | | | buildDotnetModule: support local project referencesEvgeny Zemtsov2021-12-13
| | | | | |
| | * | | | buildDotnetModule: support optional nupkg packingEvgeny Zemtsov2021-12-13
| | |/ / /
* | | | | Merge master into staging-nextgithub-actions[bot]2021-12-10
|\| | | |
| * | | | Merge pull request #124556 from bergkvist/bergkvist/make-c-wrapperRobert Hensing2021-12-10
| |\ \ \ \ | | | | | | | | | | | | Generate tiny compiled binary for wrapping executables
| | * | | | Small rephrase of wrapProgram documentationDoron Behar2021-12-09
| | | | | | | | | | | | | | | | | | Co-authored-by: Julian Stecklina <js@alien8.de>
| | * | | | Rephrase documentation for both makeWrapper implementationsDoron Behar2021-12-09
| | | | | |
| | * | | | wrapProgramBinary -> binaryWrapProgramDoron Behar2021-12-08
| | | | | |
| | * | | | Remove TODO in documentationDoron Behar2021-12-02
| | | | | |
| | * | | | Rephrase makeWrapper setup-hookDoron Behar2021-10-20
| | | | | |
| | * | | | Improve explenations for wrap*ProgramDoron Behar2021-10-19
| | | | | |
| | * | | | makeBinaryWrapper: DocumentDoron Behar2021-10-19
| | | | | |
| * | | | | docs/python: Add CPython update scheduleJonathan Ringer2021-12-09
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'nixpkgs/master' into staging-nextAlyssa Ross2021-12-09
|\| | | | | | | | | | | | | | | | | | | 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
| * | | | doc: ruby-section: add workaround for platform-specific gemsYannick Markus2021-12-08
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2021-12-05
|\| | | |
| * | | | doc beam section: Takle TODO (#148624)Chris Wögi2021-12-05
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2021-12-04
|\| | | |
| * | | | dockerTools: Keep fakechroot disabled by defaultRobert Hensing2021-12-04
| | | | | | | | | | | | | | | | | | | | Avoid risk of breaking existing images by making it opt-in.