summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* pythonPackagesExtensions: override all Python package sets at once•••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. Frederik Rietdijk2022-08-061-0/+20
* Merge pull request #174093 from NixOS/doc-fakenss•••nixos/doc: document fakeNss, binShFlorian Klink2022-08-041-0/+29
|\
| * nixos/doc: update contents to copyToRoot•••contents is deprecated now, use the copyToRoot attribute. origin/doc-fakenssFlorian Klink2022-08-011-6/+7
| * Update doc/builders/images/dockertools.section.md•••Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>Florian Klink2022-08-011-1/+1
| * nixos/doc: document fakeNss, binShFlorian Klink2022-08-011-0/+28
* | Correct instructions to obtain a hash for git reposMatthias Bartelmeß2022-08-041-1/+1
* | Merge pull request #179489 from Thornycrackers-Forks/fetcher-docs-update•••doc/builders/fetchers: Add examples, reduce sentence complexityValentin Gagarin2022-08-031-3/+42
|\ \
| * | Add example error message.Cody Hiar2022-08-021-1/+5
| * | Updating sha256 to more realistic exampleCody Hiar2022-08-021-2/+2
| * | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>Cody Hiar2022-08-021-1/+5
| * | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>Cody Hiar2022-08-021-1/+2
| * | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>Cody Hiar2022-08-021-1/+3
| * | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>Cody Hiar2022-08-021-1/+1
| * | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>Cody Hiar2022-08-021-1/+2
| * | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>Cody Hiar2022-07-181-1/+1
| * | Updated wording from code reviewCody Hiar2022-07-041-2/+2
| * | Remove possessive apostrophesCody Hiar2022-06-291-2/+2
| * | doc/builders/fetchers: Add examples, reduce sentence complexityCody Hiar2022-06-281-3/+30
* | | Merge pull request #184848 from jtojnar/mkder-rec-anchor•••doc: Add anchor to Recursive attributes in `mkDerivation`Valentin Gagarin2022-08-031-1/+1
|\ \ \
| * | | doc: Add anchor to Recursive attributes in `mkDerivation`•••So that we can link to it stably. Jan Tojnar2022-08-021-1/+1
* | | | Merge master into staging-nextgithub-actions[bot]2022-08-021-3/+3
|\| | |
| * | | buildGoModule: add vendorHash•••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 ajs1242022-08-021-3/+3
* | | | Merge master into staging-nextgithub-actions[bot]2022-08-011-8/+29
|\| | |
| * | | Merge pull request #182702 from SuperSandro2000/yarn2nix-doc•••docs/javascript: advise to create less yarn.nix filesValentin Gagarin2022-08-011-8/+29
| |\ \ \ | | |_|/ | |/| |
| | * | docs/javascript: advise to create less yarn.nix filesSandro Jäckel2022-07-301-8/+29
* | | | Merge staging-next into staginggithub-actions[bot]2022-07-291-0/+1
|\| | |
| * | | Merge pull request #183422 from raboof/nixpkgs-docs-consistent-ids•••nixpkgs/doc: generate consistent docbook idsArnout Engelen2022-07-291-0/+1
| |\ \ \
| | * | | nixpkgs/doc: generate consistent docbook ids•••to make diff'ing different versions of the generated docs less noisy Arnout Engelen2022-07-281-0/+1
| | |/ /
* | | | Merge staging-next into staginggithub-actions[bot]2022-07-282-13/+5
|\| | |
| * | | Merge pull request #183353 from raboof/nixpkgs-manual-unused-unfree•••nixpkgs/doc: remove unused `unfree.xml`Arnout Engelen2022-07-282-13/+5
| |\ \ \
| | * | | nixpkgs/doc: remove unused `unfree.xml`•••This section was broken out into its own file in efb55d2a42e but apparently never actually got included anywhere. Since then a more detailed section on using unfree packages has been introduced. Copied the introduction and removed the rest of the file. Arnout Engelen2022-07-282-13/+5
| | |/ /
* | | | Merge staging-next into staginggithub-actions[bot]2022-07-281-0/+1
|\| | |
| * | | Merge pull request #182273 from mdarocha/dotnet-self-contained-build•••buildDotnetModule: add option to make a self-contained buildSandro2022-07-281-0/+1
| |\ \ \
| | * | | buildDotnetModule: add documentation about selfContained flagmdarocha2022-07-261-0/+1
| | |/ /
* | | | Merge pull request #182513 from trofi/strip-for-host-and-target•••gcc: enable stripping for cross-compilersBernardo Meurer2022-07-281-0/+8
|\ \ \ \
| * | | | setup-hooks/strip.sh: add strip{All,Debug}ListTarget variables•••This change mimics existing strip{All,Debug}List variables to allow special stripping directories just for Target. The primary use case in mind is gcc where package has to install both host and target ELFs. They have to be stripped by their own strip tools accordingly. Co-authored-by: Rick van Schijndel <Mindavi@users.noreply.github.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Sergei Trofimovich2022-07-251-0/+8
| | |/ / | |/| |
* | | | Merge pull request #179603 from Artturin/subplacemultipleArtturi2022-07-241-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | stdenv: substituteInPlace: accept multiple filenames•••I don't know if getopt is available everywhere, so I did not use it. in any case, it can be changed to use getopt in the future if needed. Artturin2022-06-291-2/+2
* | | | Merge staging-next into staginggithub-actions[bot]2022-07-211-7/+13
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #177219 from kenranunderscore/correct-nixpkgs-review-invoc...•••doc/contributing: replace outdated 'nix run' syntax for nixpkgs-reviewJan Tojnar2022-07-211-7/+13
| |\ \ \
| | * | | doc/contributing: replace outdated 'nix run' commands•••Use `nix-shell` instead, but also give an example of the correct flakes version of the commands. Johannes Maier2022-07-031-7/+13
| | |/ /
* | | | Merge staging-next into staginggithub-actions[bot]2022-07-171-1/+1
|\| | |
| * | | Merge pull request #181709 from aiotter/docValentin Gagarin2022-07-161-1/+1
| |\ \ \
| | * | | doc: update cmake doc for better readabilityaiotter2022-07-161-1/+1
* | | | | Merge pull request #181302 from Artturin/fixcross4•••lua-packages: fix eval failure when cross-compilingArtturi2022-07-152-3/+5
|\ \ \ \ \
| * | | | | doc: move makeWrapper to nativeBuildInputs from buildInputs•••makeWrapper in buildInputs breaks cross-compilation with error: attribute 'runtimeShell' missing Artturin2022-07-142-3/+5
* | | | | | Merge staging-next into staginggithub-actions[bot]2022-07-151-19/+24
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge pull request #177732 from tljuniper/python-doc-typos•••doc/languages-frameworks: Fix typosValentin Gagarin2022-07-151-19/+24
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | doc/languages-frameworks: typostljuniper2022-06-211-19/+24
* | | | | Merge staging-next into staginggithub-actions[bot]2022-07-131-1/+3
|\| | | |