about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2022-08-06pythonPackagesExtensions: override all Python package sets at onceFrederik Rietdijk1-0/+20
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.
2022-08-04Merge pull request #174093 from NixOS/doc-fakenssFlorian Klink1-0/+29
nixos/doc: document fakeNss, binSh
2022-08-04Correct instructions to obtain a hash for git reposMatthias Bartelmeß1-1/+1
2022-08-03Merge pull request #179489 from Thornycrackers-Forks/fetcher-docs-updateValentin Gagarin1-3/+42
doc/builders/fetchers: Add examples, reduce sentence complexity
2022-08-03Merge pull request #184848 from jtojnar/mkder-rec-anchorValentin Gagarin1-1/+1
doc: Add anchor to Recursive attributes in `mkDerivation`
2022-08-02Add example error message.Cody Hiar1-1/+5
2022-08-02Updating sha256 to more realistic exampleCody Hiar1-2/+2
2022-08-02Update doc/builders/fetchers.chapter.mdCody Hiar1-1/+5
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-08-02Update doc/builders/fetchers.chapter.mdCody Hiar1-1/+2
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-08-02Update doc/builders/fetchers.chapter.mdCody Hiar1-1/+3
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-08-02Update doc/builders/fetchers.chapter.mdCody Hiar1-1/+1
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-08-02Update doc/builders/fetchers.chapter.mdCody Hiar1-1/+2
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-08-02doc: Add anchor to Recursive attributes in `mkDerivation`Jan Tojnar1-1/+1
So that we can link to it stably.
2022-08-02Merge master into staging-nextgithub-actions[bot]1-3/+3
2022-08-02buildGoModule: add vendorHashajs1241-3/+3
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
2022-08-01Merge master into staging-nextgithub-actions[bot]1-8/+29
2022-08-01Merge pull request #182702 from SuperSandro2000/yarn2nix-docValentin Gagarin1-8/+29
docs/javascript: advise to create less yarn.nix files
2022-08-01nixos/doc: update contents to copyToRootFlorian Klink1-6/+7
contents is deprecated now, use the copyToRoot attribute.
2022-08-01Update doc/builders/images/dockertools.section.mdFlorian Klink1-1/+1
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2022-08-01nixos/doc: document fakeNss, binShFlorian Klink1-0/+28
2022-07-30docs/javascript: advise to create less yarn.nix filesSandro Jäckel1-8/+29
2022-07-29Merge staging-next into staginggithub-actions[bot]1-0/+1
2022-07-29Merge pull request #183422 from raboof/nixpkgs-docs-consistent-idsArnout Engelen1-0/+1
nixpkgs/doc: generate consistent docbook ids
2022-07-28nixpkgs/doc: generate consistent docbook idsArnout Engelen1-0/+1
to make diff'ing different versions of the generated docs less noisy
2022-07-28Merge staging-next into staginggithub-actions[bot]2-13/+5
2022-07-28Merge pull request #183353 from raboof/nixpkgs-manual-unused-unfreeArnout Engelen2-13/+5
nixpkgs/doc: remove unused `unfree.xml`
2022-07-28nixpkgs/doc: remove unused `unfree.xml`Arnout Engelen2-13/+5
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.
2022-07-28Merge staging-next into staginggithub-actions[bot]1-0/+1
2022-07-28Merge pull request #182273 from mdarocha/dotnet-self-contained-buildSandro1-0/+1
buildDotnetModule: add option to make a self-contained build
2022-07-28Merge pull request #182513 from trofi/strip-for-host-and-targetBernardo Meurer1-0/+8
gcc: enable stripping for cross-compilers
2022-07-26buildDotnetModule: add documentation about selfContained flagmdarocha1-0/+1
2022-07-25setup-hooks/strip.sh: add strip{All,Debug}ListTarget variablesSergei Trofimovich1-0/+8
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>
2022-07-24Merge pull request #179603 from Artturin/subplacemultipleArtturi1-2/+2
2022-07-21Merge staging-next into staginggithub-actions[bot]1-7/+13
2022-07-21Merge pull request #177219 from ↵Jan Tojnar1-7/+13
kenranunderscore/correct-nixpkgs-review-invocations-in-docs doc/contributing: replace outdated 'nix run' syntax for nixpkgs-review
2022-07-18Update doc/builders/fetchers.chapter.mdCody Hiar1-1/+1
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2022-07-17Merge staging-next into staginggithub-actions[bot]1-1/+1
2022-07-16Merge pull request #181709 from aiotter/docValentin Gagarin1-1/+1
2022-07-16doc: update cmake doc for better readabilityaiotter1-1/+1
2022-07-15Merge pull request #181302 from Artturin/fixcross4Artturi2-3/+5
lua-packages: fix eval failure when cross-compiling
2022-07-15Merge staging-next into staginggithub-actions[bot]1-19/+24
2022-07-15Merge pull request #177732 from tljuniper/python-doc-typosValentin Gagarin1-19/+24
doc/languages-frameworks: Fix typos
2022-07-14doc: move makeWrapper to nativeBuildInputs from buildInputsArtturin2-3/+5
makeWrapper in buildInputs breaks cross-compilation with error: attribute 'runtimeShell' missing
2022-07-13Merge staging-next into staginggithub-actions[bot]1-1/+3
2022-07-13Update doc/languages-frameworks/coq.section.mdLuc Chabassier1-1/+1
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-07-13Merge staging-next into staginggithub-actions[bot]1-7/+70
2022-07-13doc: clarify coq overrideDwarfMaster1-1/+3
2022-07-13Merge pull request #121015 from fricklerhandwerk/docs-patch-shebangsRobert Hensing1-7/+70
docs: expand explanation of patchShebangs hook
2022-07-13add stable anchorValentin Gagarin1-1/+1
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2022-07-12Merge pull request #177538 from Artturin/fixcross3Artturi1-2/+2