| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #147690 from pasqui23/hosts•••concatTextFile: init | Robert Hensing | 2022-01-08 | 1 | -0/+102 |
| |\ | |||||
| | * | docs: added examples to trivial builders section | Pasquale | 2021-12-11 | 1 | -0/+97 |
| | * | concatText: documentation | Pasquale | 2021-12-02 | 1 | -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 Chevalier | 2022-01-08 | 1 | -6/+26 |
| * | | Merge pull request #148606 from McSinyx/fetch-srht-recurse•••fetchFromSourcehut: allow recursive fetching | Renaud | 2022-01-06 | 1 | -1/+8 |
| |\ \ | |||||
| | * | | fetchFromSourcehut: allow recursive fetching | Nguyễn Gia Phong | 2022-01-03 | 1 | -1/+8 |
| * | | | buildGoModule: use `proxyVendor` instead of `runVend` | zowoq | 2022-01-06 | 1 | -2/+1 |
| * | | | doc/go: remove platform from example•••this should only be set if the package doesn't work with the default platforms | zowoq | 2022-01-06 | 1 | -1/+0 |
| * | | | doc/beam: minor formatting/copy fixes (#153396) | Erlend Hamberg | 2022-01-04 | 1 | -3/+3 |
| * | | | Beam/Elixir: Add section on using an overlay (#153348)•••* Beam/Elixir: Add section on using an overlay | Erlend Hamberg | 2022-01-04 | 1 | -0/+24 |
| * | | | Merge pull request #152451 from ncfavier/unix-man-urls•••doc: remove reference to unix-man-urls.lua | Renaud | 2022-01-03 | 2 | -3/+2 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | doc: remove reference to unix-man-urls.lua | Naïm Favier | 2021-12-28 | 2 | -3/+2 |
| * | | | doc/go: remove `runVend` from example | zowoq | 2022-01-02 | 1 | -2/+0 |
| * | | | Merge pull request #149867 from erikarvstedt/docs-stable-release•••docs: improve section `Stable release branches` | Jan Tojnar | 2021-12-30 | 1 | -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 Arvstedt | 2021-12-28 | 1 | -3/+13 |
| * | | | | doc/python: remove 3.6 from the list of cpython versions | Yevhen Shymotiuk | 2021-12-28 | 1 | -1/+1 |
| * | | | | Merge master into staging-next | github-actions[bot] | 2021-12-22 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | buildDotnetModule: restore and build testProjectFile | IvarWithoutBones | 2021-12-20 | 1 | -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 Kalinkin | 2021-12-20 | 6 | -29/+14 |
| |\| | | | |||||
| | * | | | Merge pull request #145103 from symphorien/nix-env-i•••doc: minimize mentions of nix-env -i without -A in nixpkgs manual | Domen Kožar | 2021-12-20 | 6 | -29/+14 |
| | |\ \ \ | |||||
| | | * | | | doc: minimize mentions of nix-env -i without -A in nixpkgs manual | Guillaume Girol | 2021-12-18 | 6 | -29/+14 |
| * | | | | | Merge master into staging-next | github-actions[bot] | 2021-12-18 | 1 | -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 Ringer | 2021-12-18 | 1 | -4/+4 |
| * | | | | | Merge branch 'master' into staging-next••• Conflicts: pkgs/development/python-modules/sphinxext-opengraph/default.nix | Dmitry Kalinkin | 2021-12-18 | 2 | -3/+6 |
| |\| | | | | |||||
| | * | | | | Merge pull request #151193 from Trundle/rust-markdown-fix•••docs: Fix markdown in Rust language section | Bobby Rong | 2021-12-18 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | | * | | | | docs: Fix markdown in Rust language section | Andreas Stührk | 2021-12-18 | 1 | -1/+1 |
| | * | | | | | buildDotnetModule: add passthru.fetch-deps | IvarWithoutBones | 2021-12-14 | 1 | -2/+5 |
| | |/ / / / | |||||
| * | | | | | Merge master into staging-next | github-actions[bot] | 2021-12-14 | 3 | -4/+4 |
| |\| | | | | |||||
| | * | | | | Merge pull request #149905 from am-on/fix-404-links•••doc: fix broken links | Bobby Rong | 2021-12-14 | 3 | -4/+4 |
| | |\ \ \ \ | |||||
| | | * | | | | doc: fix broken links•••Links in documentation shouldn't point to dead ends. | Amon Stopinšek | 2021-12-09 | 3 | -4/+4 |
| | | | |/ / | | |/| | | |||||
| * | | | | | Merge master into staging-next | github-actions[bot] | 2021-12-14 | 1 | -2/+19 |
| |\| | | | | |||||
| | * | | | | Merge pull request #150066 from ezemtsov/buildDotnetModule•••buildDotnetModule: add support for local project references | Luke Granger-Brown | 2021-12-14 | 1 | -2/+19 |
| | |\ \ \ \ | |||||
| | | * | | | | buildDotnetModule: support local project references | Evgeny Zemtsov | 2021-12-13 | 1 | -1/+14 |
| | | * | | | | buildDotnetModule: support optional nupkg packing | Evgeny Zemtsov | 2021-12-13 | 1 | -1/+5 |
| | | |/ / / | |||||
| * | | | | | Merge master into staging-next | github-actions[bot] | 2021-12-10 | 2 | -5/+29 |
| |\| | | | | |||||
| | * | | | | Merge pull request #124556 from bergkvist/bergkvist/make-c-wrapper•••Generate tiny compiled binary for wrapping executables | Robert Hensing | 2021-12-10 | 1 | -5/+7 |
| | |\ \ \ \ | |||||
| | | * | | | | Small rephrase of wrapProgram documentation•••Co-authored-by: Julian Stecklina <js@alien8.de> | Doron Behar | 2021-12-09 | 1 | -1/+1 |
| | | * | | | | Rephrase documentation for both makeWrapper implementations | Doron Behar | 2021-12-09 | 1 | -17/+5 |
| | | * | | | | wrapProgramBinary -> binaryWrapProgram | Doron Behar | 2021-12-08 | 1 | -2/+2 |
| | | * | | | | Remove TODO in documentation | Doron Behar | 2021-12-02 | 1 | -1/+1 |
| | | * | | | | Rephrase makeWrapper setup-hook | Doron Behar | 2021-10-20 | 1 | -2/+2 |
| | | * | | | | Improve explenations for wrap*Program | Doron Behar | 2021-10-19 | 1 | -4/+4 |
| | | * | | | | makeBinaryWrapper: Document | Doron Behar | 2021-10-19 | 1 | -2/+16 |
| | * | | | | | docs/python: Add CPython update schedule | Jonathan Ringer | 2021-12-09 | 1 | -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 Ross | 2021-12-09 | 1 | -0/+13 |
| |\| | | | | |||||
| | * | | | | doc: ruby-section: add workaround for platform-specific gems | Yannick Markus | 2021-12-08 | 1 | -0/+13 |
| * | | | | | Merge master into staging-next | github-actions[bot] | 2021-12-05 | 1 | -5/+6 |
| |\| | | | | |||||
| | * | | | | doc beam section: Takle TODO (#148624) | Chris Wögi | 2021-12-05 | 1 | -5/+6 |
| * | | | | | Merge master into staging-next | github-actions[bot] | 2021-12-04 | 1 | -0/+6 |
| |\| | | | | |||||
| | * | | | | dockerTools: Keep fakechroot disabled by default•••Avoid risk of breaking existing images by making it opt-in. | Robert Hensing | 2021-12-04 | 1 | -3/+3 |
