summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* coqPackages: etcCyril Cohen2022-05-25
| | | | | | | | | - put `findlib` in `buildInputs` of `mkCoqDerivation` to make sure `coq` packages find their ocaml plugin dependencies, - use `propagatedBuildInputs` to make sure ocaml plugin dependencies are in path, - updated `coqPackage.heq` (broken url), - fixed use of `DESTDIR` and `COQMF_COQLIB` in mkCoqDerivation, - adding `COQCORELIB` environement variable to put ocaml plugin files in the right place, - make `metaFetch` available from `coqPackages`
* Merge master into staging-nextgithub-actions[bot]2022-05-23
|\
| * doc/python: use optional-dependencies instead of extras-requireMartin Weinelt2022-05-22
| | | | | | | | | | | | | | | | | | | | This is the term that PEP 621 uses and it is less likely to be misspelled. https://peps.python.org/pep-0621/#dependencies-optional-dependencies I was never sure if it was `extra` or `extras`, or `require` or `requires` and finally committed a mistake in #167405.
* | Merge master into staging-nextgithub-actions[bot]2022-05-20
|\|
| * Merge pull request #171163 from hercules-ci/nixpkgs-config-docRobert Hensing2022-05-19
| |\ | | | | | | Add generated `nixpkgs.config` doc to Nixpkgs manual
| | * doc: Add Nixpkgs config options referenceRobert Hensing2022-05-02
| | |
* | | Merge master into staging-nextgithub-actions[bot]2022-05-18
|\| |
| * | Merge pull request #172164 from raboof/docs-clarify-mass-rebuildArnout Engelen2022-05-18
| |\ \ | | | | | | | | docs: clarify what a 'mass rebuild' is
| | * | doc: clarify what a 'mass rebuild' isArnout Engelen2022-05-09
| | | |
* | | | Merge staging-next into staginggithub-actions[bot]2022-05-16
|\| | |
| * | | nodePackages: update/cleanup documentationMalo Bourgon2022-05-14
| | | |
* | | | Merge staging-next into staginggithub-actions[bot]2022-05-13
|\| | |
| * | | Revert "coqPackages: etc"Vincent Laporte2022-05-13
| | | | | | | | | | | | | | | | This reverts commit 7e589a45ef86abf9a6a737d9730925b81ee663b4.
* | | | Merge pull request #172366 from ncfavier/wrappers-cleanupThiago Kenji Okada2022-05-12
|\ \ \ \ | |/ / / |/| | | make{,Binary}Wrapper: some cleanups
| * | | makeBinaryWrapper: move into its own folderNaïm Favier2022-05-10
| | | | | | | | | | | | | | | | | | | | The derivation is complex enough to warrant moving out of all-packages.nix
* | | | coqPackages: etcCyril Cohen2022-05-12
|/ / / | | | | | | | | | | | | | | | | | | | | | - use propagatedBuildInputs to make sure ocaml plugin stuff is in path - updated coqPackage.heq (broken url) - fixed use of `DESTDIR` and `COQMF_COQLIB` in mkCoqDerivation - adding `COQCORELIB` environement variable to put ocaml plugin files in the right place - make metaFetch available from `coqPackages`
* | | Merge remote-tracking branch 'upstream/master' into testersRobert Hensing2022-05-09
|\ \ \
| * | | doc: remove python-language-server from manualDrew Risinger2022-05-05
| |/ / | | | | | | | | | python3Packages.python-language-server is no longer maintained (broken), so it shouldn't be an example.
* | | doc/testers: Mention nixosTests in nixosTest docRobert Hensing2022-05-05
| | |
* | | testers.nixosTest: Move from top-level and improve docsRobert Hensing2022-05-05
|/ /
* | Merge pull request #119942 from ↵Artturi2022-05-04
|\ \ | | | | | | | | | hercules-ci/mkDerivation-overridable-recursive-attributes
| * | stdenv.mkDerivation: public -> finalPackageRobert Hensing2022-05-02
| | |
| * | stdenv.md: Clarify overrideAttrs sentenceRobert Hensing2022-05-02
| | | | | | | | | | | | I weirded my English.
| * | doc/using/overrides: Update for overlay style mkDerivation overrideAttrsRobert Hensing2022-05-02
| | |
| * | Use finalAttrs instead of self for mkDerivation "overlay"Robert Hensing2022-05-02
| | |
| * | stdenv.mkDerivation: Make self more overlay-like; use self.publicRobert Hensing2022-05-02
| | | | | | | | | | | | | | | `self` is now arguments, like `super`. The final package is in `self.public`.
| * | doc/stdenv/meta: tests -> passthru.testsRobert Hensing2022-05-02
| | | | | | | | | | | | | | | | | | Make the text understandable without knowing that these are identical. Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
| * | stdenv.mkDerivation: Allow overriding of recursive definitionsRobert Hensing2022-05-02
| |/ | | | | | | See updated manual for further explanation.
* | Replace "rm" call with "git rm"Matthias Beyer2022-05-03
| | | | | | | | | | | | `git rm` should always be preferred over "normal" `rm`. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* | Merge pull request #163598 from SuperSamus/doc-builder-typosSandro2022-05-03
|\ \ | |/ |/| doc/builders: fix typos
| * doc/builders: fix typosMartino Fontana2022-03-10
| |
* | doc: move testers to their own chapterArtturin2022-04-22
| |
* | Merge pull request #134514 from MostAwesomeDude/chickensternenseemann2022-04-22
|\ \ | | | | | | CHICKEN docs and updates
| * | doc: Explain how to use and maintain CHICKEN.Corbin2022-04-21
| | | | | | | | | | | | | | | | | | | | | | | | Also add information about egg2nix. Includes suggestions from code review. Co-authored-by: sterni <sternenseemann@systemli.org>
* | | Merge pull request #168932 from hercules-ci/init-postgresqlTestHookRobert Hensing2022-04-18
|\ \ \ | | | | | | | | `postgresqlTestHook`: init
| * | | doc/hooks/index.xml: Fix typo and terminologyRobert Hensing2022-04-18
| | | |
| * | | postgresqlTestHook: initRobert Hensing2022-04-16
| | | |
* | | | Merge staging-next into staginggithub-actions[bot]2022-04-14
|\| | |
| * | | Merge pull request #149667 from doronbehar/doc/pname-version-conventionsDoron Behar2022-04-14
| |\ \ \ | | | | | | | | | | docs: Make coding conventions use pname/version
| | * | | docs: Make coding conventions use pname/versionDoron Behar2021-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | Make it clear that we prefer using `pname` and `version` separated and not the `name` attribute.
* | | | | Merge branch 'staging-next' into stagingVladimír Čunát2022-04-14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor conflicts; I hope I didn't mess up: pkgs/development/tools/misc/binutils/default.nix pkgs/games/openjk/default.nix
| * | | | Merge pull request #167397 from samuela/samuela/autopatchelfSamuel Ainsworth2022-04-12
| |\ \ \ \ | | | | | | | | | | | | autoPatchelfHook: more precise dependency ignorance
| | * | | | autoPatchelfHook: more precise dependency ignoranceSamuel Ainsworth2022-04-11
| | | |/ / | | |/| |
* | | | | Merge staging-next into staginggithub-actions[bot]2022-04-09
|\| | | |
| * | | | cudaPackages: overhaul of how we package cuda packagesFrederik Rietdijk2022-04-09
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are many different versions of the `cudatoolkit` and related cuda packages, and it can be tricky to ensure they remain compatible. - `cudaPackages` is now a package set with `cudatoolkit`, `cudnn`, `cutensor`, `nccl`, as well as `cudatoolkit` split into smaller packages ("redist"); - expressions should now use `cudaPackages` as parameter instead of the individual cuda packages; - `makeScope` is now used, so it is possible to use `.overrideScope'` to set e.g. a different `cudnn` version; - `release-cuda.nix` is introduced to easily evaluate cuda packages using hydra.
* | | | Merge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt2022-04-04
|\| | |
| * | | Merge master into staging-nextgithub-actions[bot]2022-04-03
| |\ \ \
| | * | | Update doc/stdenv/cross-compilation.chapter.mdAdam Joseph2022-04-03
| | | | | | | | | | | | | | | Co-authored-by: Ben Siraphob <bensiraphob@gmail.com>
| | * | | cross-compilation.chapter.md: give examples of all depFooBar casesAdam Joseph2022-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross2022-03-31
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/python-modules/google-auth-oauthlib/default.nix