| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #108914 from bryanasdev000/doc-dockertools•••dockertools: Update doc to use CommonMark | Robert Hensing | 2021-03-04 | 3 | -500/+299 |
| |\ | |||||
| | * | doc/builders/images/dockertools.section.md: Fix link labels | Robert Hensing | 2021-03-04 | 1 | -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. S | 2021-03-04 | 1 | -4/+7 |
| | * | doc/builders/images/dockertools.section.md: Indent nix code•••Signed-off-by: Bryan A. S <bryanasdev000@gmail.com> | Bryan A. S | 2021-03-04 | 1 | -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. S | 2021-03-04 | 3 | -500/+297 |
| * | | Merge pull request #113062 from SuperSandro2000/outputs-update•••doc: update multiple output section with more example paths | Sandro | 2021-03-03 | 1 | -6/+6 |
| |\ \ | |||||
| | * | | doc: update multiple output section with more example paths | Sandro Jäckel | 2021-02-14 | 1 | -6/+6 |
| * | | | doc/python: reword sorting gaurentee to be stronger | Jonathan Ringer | 2021-02-28 | 1 | -3/+4 |
| * | | | Merge master into staging-next | Frederik Rietdijk | 2021-02-26 | 2 | -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> | WORLDofPEACE | 2021-02-23 | 1 | -6/+6 |
| | * | | Merge pull request #113176 from danieldk/cargoDepsName•••buildRustPackage: add cargoDepsName attribute | Graham Christensen | 2021-02-23 | 1 | -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 Kok | 2021-02-15 | 1 | -0/+27 |
| * | | | | Merge master into staging-next | github-actions[bot] | 2021-02-22 | 1 | -4/+15 |
| |\| | | | |||||
| | * | | | stdenv/cross-compilation: add section on avoiding cross-compiling GCC | Ben Siraphob | 2021-02-22 | 1 | -0/+7 |
| | * | | | docs/stdenv/cross-compilation: add binutils command section to cookbook | Ben Siraphob | 2021-02-21 | 1 | -4/+8 |
| * | | | | Merge master into staging-next | github-actions[bot] | 2021-02-21 | 1 | -0/+4 |
| |\| | | | |||||
| | * | | | Merge pull request #107322 from sternenseemann/fetch-github-leavedotgit•••fetchFromGitHub: also use git if deepClone or leaveDotGit is used | Léo Gaspard | 2021-02-21 | 1 | -0/+4 |
| | |\ \ \ | |||||
| | | * | | | doc/fetchers: document leaveDotGit, deepClone and fetchSubmodules | sternenseemann | 2020-12-21 | 1 | -0/+4 |
| * | | | | | Merge master into staging-next | github-actions[bot] | 2021-02-21 | 3 | -84/+63 |
| |\| | | | | |||||
| | * | | | | doc/stdenv/platform-notes: convert to markdown | Ben Siraphob | 2021-02-21 | 3 | -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 Tojnar | 2021-02-19 | 1 | -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 Bereknyei | 2021-02-19 | 1 | -1/+4 |
| * | | | | | Merge pull request #113167 from mweinelt/pytestcheckhook-paths•••pytestCheckHook: add support for disabling arbitrary paths | Sandro | 2021-02-18 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | pytestCheckHook: add support for disabling arbitrary paths•••Renames `disabledTestFiles` to the more genereric `disabledTestPaths` to reflect that change. | Martin Weinelt | 2021-02-15 | 1 | -1/+1 |
| * | | | | | | Merge pull request #113193 from danieldk/cargo-install-hook | Jörg Thalheim | 2021-02-18 | 1 | -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 Kok | 2021-02-16 | 1 | -1/+5 |
| | * | | | | | | buildRustPackage: factor out install phase to cargoInstallHook | Daniël de Kok | 2021-02-15 | 1 | -0/+2 |
| | |/ / / / / | |||||
| * | | | | | | Merge staging-next into staging | github-actions[bot] | 2021-02-16 | 3 | -73/+65 |
| |\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | |||||
| | * | | | | Merge master into staging-next | github-actions[bot] | 2021-02-16 | 3 | -73/+65 |
| | |\ \ \ \ | |||||
| | | * | | | | doc: Convert Eclipse from Docbook to CommonMark•••Fixes: https://github.com/NixOS/nixpkgs/issues/105251 | Niklaus Giger | 2021-02-16 | 3 | -73/+65 |
| | | | |/ / | | |/| | | |||||
| * | | | | | Merge pull request #112804 from danieldk/cargo-build-hook | Jörg Thalheim | 2021-02-14 | 1 | -14/+102 |
| |\ \ \ \ \ | |||||
| | * | | | | | doc: describe cargoBuildHook and maturinBuildHook in the Rust section | Daniël de Kok | 2021-02-12 | 1 | -14/+102 |
| * | | | | | | Merge staging-next into staging | github-actions[bot] | 2021-02-13 | 3 | -18/+12 |
| |\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | | Merge master into staging-next | github-actions[bot] | 2021-02-13 | 3 | -18/+12 |
| | |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | | * | | | | Merge pull request #108456 from siraben/elm-docs-md•••Convert Elm from Docbook to Commonmark | taku0 | 2021-02-13 | 3 | -18/+12 |
| | | |\ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | | | * | | | Convert Elm from Docbook to Commonmark | Ben Siraphob | 2021-01-05 | 3 | -18/+12 |
| * | | | | | | Merge staging-next into staging | github-actions[bot] | 2021-02-12 | 2 | -3/+4 |
| |\| | | | | | |||||
| | * | | | | | Merge master into staging-next | github-actions[bot] | 2021-02-12 | 2 | -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 Ross | 2021-02-12 | 1 | -1/+1 |
| | | * | | | | doc: fix syntax error in BLAS/LAPACK overlay example•••Attribute-values pairs were not properly terminated by a semicolon. | Daniël de Kok | 2021-02-12 | 1 | -2/+3 |
| * | | | | | | Merge staging-next into staging | github-actions[bot] | 2021-02-11 | 1 | -1/+1 |
| |\| | | | | | |_|_|/ / |/| | | | | |||||
| | * | | | | doc: fix XML syntax in Qt section | Alyssa Ross | 2021-02-11 | 1 | -1/+1 |
| * | | | | | doc: describe cargoSetupHook in the Rust section | Daniël de Kok | 2021-02-10 | 1 | -0/+98 |
| |/ / / / | |||||
| * | | | | Merge master into staging-next | github-actions[bot] | 2021-02-09 | 1 | -2/+2 |
| |\| | | | |||||
| | * | | | doc: remove mentions of flashplayer | Bernardo Meurer | 2021-02-08 | 1 | -2/+2 |
| * | | | | qt.section.md: fix xml syntax | Martin Weinelt | 2021-02-09 | 1 | -1/+1 |
| * | | | | Merge master into staging-next | github-actions[bot] | 2021-02-08 | 1 | -15/+15 |
| |\| | | | |||||
| | * | | | doc: Add anchors to meta attributes | Jan Tojnar | 2021-02-07 | 1 | -15/+15 |
| * | | | | Merge master into staging-next | github-actions[bot] | 2021-02-07 | 1 | -1/+1 |
| |\| | | | |||||
| | * | | | Merge pull request #105492 from alunduil/assertOneOf-typo | Doron Behar | 2021-02-07 | 1 | -1/+1 |
| | |\ \ \ | |||||
