summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #108914 from bryanasdev000/doc-dockertools•••dockertools: Update doc to use CommonMarkRobert Hensing2021-03-043-500/+299
|\
| * doc/builders/images/dockertools.section.md: Fix link labelsRobert Hensing2021-03-041-2/+2
| * doc/builders/images/dockertools.section.md: Fix anchor errors•••Also change note notation Signed-off-by: Bryan A. S <bryanasdev000@gmail.com> Bryan A. S2021-03-041-4/+7
| * doc/builders/images/dockertools.section.md: Indent nix code•••Signed-off-by: Bryan A. S <bryanasdev000@gmail.com> Bryan A. S2021-03-041-63/+62
| * doc/builders/images/dockertools.xml: Convert to markdown and start improvements•••Need to verify things like `error: IDREF "" without matching ID` and `::: {.note}` Signed-off-by: Bryan A. S <bryanasdev000@gmail.com> Bryan A. S2021-03-043-500/+297
* | Merge pull request #113062 from SuperSandro2000/outputs-update•••doc: update multiple output section with more example pathsSandro2021-03-031-6/+6
|\ \
| * | doc: update multiple output section with more example pathsSandro Jäckel2021-02-141-6/+6
* | | doc/python: reword sorting gaurentee to be strongerJonathan Ringer2021-02-281-3/+4
* | | Merge master into staging-nextFrederik Rietdijk2021-02-262-6/+33
|\ \ \ | | |/ | |/|
| * | stdenv/check-meta: change to allowlist and blocklist (#114127)•••* stdenv/check-meta: change to allowlist and blocklist * Update pkgs/stdenv/generic/check-meta.nix Co-authored-by: Graham Christensen <graham@grahamc.com>WORLDofPEACE2021-02-231-6/+6
| * | Merge pull request #113176 from danieldk/cargoDepsName•••buildRustPackage: add cargoDepsName attributeGraham Christensen2021-02-231-0/+27
| |\ \
| | * | buildRustPackage: add cargoDepsName attribute•••The directory in the tarball of vendored dependencies contains `name`, which is by default set to `${pname}-${version}`. This adds an additional attribute to permit setting the name to something of the user's choosing. Since `cargoSha256`/`cargoHash` depend on the name of the directory of vendored dependencies, `cargoDepsName` can be used to e.g. make the hash invariant to the package version by setting `cargoDepsName = pname`. Daniël de Kok2021-02-151-0/+27
* | | | Merge master into staging-nextgithub-actions[bot]2021-02-221-4/+15
|\| | |
| * | | stdenv/cross-compilation: add section on avoiding cross-compiling GCCBen Siraphob2021-02-221-0/+7
| * | | docs/stdenv/cross-compilation: add binutils command section to cookbookBen Siraphob2021-02-211-4/+8
* | | | Merge master into staging-nextgithub-actions[bot]2021-02-211-0/+4
|\| | |
| * | | Merge pull request #107322 from sternenseemann/fetch-github-leavedotgit•••fetchFromGitHub: also use git if deepClone or leaveDotGit is usedLéo Gaspard2021-02-211-0/+4
| |\ \ \
| | * | | doc/fetchers: document leaveDotGit, deepClone and fetchSubmodulessternenseemann2020-12-211-0/+4
* | | | | Merge master into staging-nextgithub-actions[bot]2021-02-213-84/+63
|\| | | |
| * | | | doc/stdenv/platform-notes: convert to markdownBen Siraphob2021-02-213-84/+63
* | | | | Merge branch 'staging-next' into staging•••Resolved the following conflicts: - kernel flags between 09176d28a0ebbd8bae35f92406a48cded78ac9f7 and 2b28822d8dec38fd62ef17643ec71da3bb488619 - clojure-lsp between 3fa00685ce21fb1a4218d444d0862ebcb2b99706 and e03c068af5c9ca950214cd6c3b5cfe67f595da88 Jan Tojnar2021-02-191-1/+4
|\| | | |
| * | | | docs: clarify staging•••Specify that the merges from master to staging-next to staging are performed by GitHub actions. This helps the reader understand the relationship between the branches. Thomas Bereknyei2021-02-191-1/+4
* | | | | Merge pull request #113167 from mweinelt/pytestcheckhook-paths•••pytestCheckHook: add support for disabling arbitrary pathsSandro2021-02-181-1/+1
|\ \ \ \ \
| * | | | | pytestCheckHook: add support for disabling arbitrary paths•••Renames `disabledTestFiles` to the more genereric `disabledTestPaths` to reflect that change. Martin Weinelt2021-02-151-1/+1
* | | | | | Merge pull request #113193 from danieldk/cargo-install-hookJörg Thalheim2021-02-181-1/+7
|\ \ \ \ \ \
| * | | | | | buildRustPackage: factor out check phase to cargoCheckHook•••API change: `cargoParallelTestThreads` suggests that this attribute sets the number of threads used during tests, while it is actually a boolean option (use 1 thread or NIX_BUILD_CORES threads). In the hook, this is replaced by a more canonical name `dontUseCargoParallelTests`. Daniël de Kok2021-02-161-1/+5
| * | | | | | buildRustPackage: factor out install phase to cargoInstallHookDaniël de Kok2021-02-151-0/+2
| |/ / / / /
* | | | | | Merge staging-next into staginggithub-actions[bot]2021-02-163-73/+65
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge master into staging-nextgithub-actions[bot]2021-02-163-73/+65
| |\ \ \ \
| | * | | | doc: Convert Eclipse from Docbook to CommonMark•••Fixes: https://github.com/NixOS/nixpkgs/issues/105251Niklaus Giger2021-02-163-73/+65
| | | |/ / | | |/| |
* | | | | Merge pull request #112804 from danieldk/cargo-build-hookJörg Thalheim2021-02-141-14/+102
|\ \ \ \ \
| * | | | | doc: describe cargoBuildHook and maturinBuildHook in the Rust sectionDaniël de Kok2021-02-121-14/+102
* | | | | | Merge staging-next into staginggithub-actions[bot]2021-02-133-18/+12
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge master into staging-nextgithub-actions[bot]2021-02-133-18/+12
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #108456 from siraben/elm-docs-md•••Convert Elm from Docbook to Commonmarktaku02021-02-133-18/+12
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Convert Elm from Docbook to CommonmarkBen Siraphob2021-01-053-18/+12
* | | | | | Merge staging-next into staginggithub-actions[bot]2021-02-122-3/+4
|\| | | | |
| * | | | | Merge master into staging-nextgithub-actions[bot]2021-02-122-3/+4
| |\| | | |
| | * | | | doc: use lib.cleanSource•••Otherwise, running "nix-build" in the doc directory would create a result symlink, so running "nix-build" again would produce a different derivation, and so on forever, because the result symlink would keep changing and wasn't ignored. Alyssa Ross2021-02-121-1/+1
| | * | | | doc: fix syntax error in BLAS/LAPACK overlay example•••Attribute-values pairs were not properly terminated by a semicolon. Daniël de Kok2021-02-121-2/+3
* | | | | | Merge staging-next into staginggithub-actions[bot]2021-02-111-1/+1
|\| | | | | | |_|_|/ / |/| | | |
| * | | | doc: fix XML syntax in Qt sectionAlyssa Ross2021-02-111-1/+1
* | | | | doc: describe cargoSetupHook in the Rust sectionDaniël de Kok2021-02-101-0/+98
|/ / / /
* | | | Merge master into staging-nextgithub-actions[bot]2021-02-091-2/+2
|\| | |
| * | | doc: remove mentions of flashplayerBernardo Meurer2021-02-081-2/+2
* | | | qt.section.md: fix xml syntaxMartin Weinelt2021-02-091-1/+1
* | | | Merge master into staging-nextgithub-actions[bot]2021-02-081-15/+15
|\| | |
| * | | doc: Add anchors to meta attributesJan Tojnar2021-02-071-15/+15
* | | | Merge master into staging-nextgithub-actions[bot]2021-02-071-1/+1
|\| | |
| * | | Merge pull request #105492 from alunduil/assertOneOf-typoDoron Behar2021-02-071-1/+1
| |\ \ \