3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/doc
Adam Joseph c9d66a7fff cross-compilation.chapter.md: give examples of all depFooBar cases
This commit describes the "->" notation for dependency types in
greater detail, and uses g++ to provide examples of all six cases
(although the host->target and target->target examples are a bit
artificial).

It also adds three more rows to the table for the "->*" dependency
types for non-compiler-like packages; these dependency types were
already present in the documentation but the "*" was not really
explained.

Lastly, this commit adds a hyperlink to the table from the place where
it is mentioned in the "specifying dependencies" chapter.
2022-04-02 19:41:49 -07:00
..
build-aux/pandoc-filters doc: remove reference to unix-man-urls.lua 2021-12-28 13:26:35 +01:00
builders added fetchFromGitea to docs 2022-03-21 12:39:17 -04:00
contributing Merge pull request #164651 from Infinisil/remove-optionSet 2022-03-25 17:41:57 +01:00
doc-support
functions nixos/nixpkgs/doc: fix typo in the signature of attrsets.zipAttrs 2022-03-13 13:59:51 +01:00
languages-frameworks Merge pull request #164994 from ncfavier/vim-wrapper 2022-03-29 09:50:44 +00:00
old
stdenv cross-compilation.chapter.md: give examples of all depFooBar cases 2022-04-02 19:41:49 -07:00
using nixpkgs/doc: update overlay/lapack section 2022-02-11 17:51:39 +01:00
.gitignore
default.nix
functions.xml
Makefile doc: Add helper for converting DocBook files to Markdown 2021-07-13 02:21:22 +02:00
manual.xml
overrides.css
preface.chapter.md
README.md
release-notes.xml
shell.nix
style.css

Nixpkgs/doc

This directory houses the sources files for the Nixpkgs manual.

You can find the rendered documentation for Nixpkgs unstable on nixos.org.

Docs for Nixpkgs stable are also available.

If you want to contribute to the documentation, here's how to do it.

If you're only getting started with Nix, go to nixos.org/learn.