about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2022-05-19Merge pull request #171163 from hercules-ci/nixpkgs-config-docRobert Hensing2-0/+17
Add generated `nixpkgs.config` doc to Nixpkgs manual
2022-05-18Merge pull request #172164 from raboof/docs-clarify-mass-rebuildArnout Engelen1-1/+1
docs: clarify what a 'mass rebuild' is
2022-05-14nodePackages: update/cleanup documentationMalo Bourgon1-94/+91
2022-05-13Revert "coqPackages: etc"Vincent Laporte1-10/+5
This reverts commit 7e589a45ef86abf9a6a737d9730925b81ee663b4.
2022-05-12coqPackages: etcCyril Cohen1-5/+10
- 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`
2022-05-09Merge remote-tracking branch 'upstream/master' into testersRobert Hensing1-1/+1
2022-05-09doc: clarify what a 'mass rebuild' isArnout Engelen1-1/+1
2022-05-05doc: remove python-language-server from manualDrew Risinger1-1/+1
python3Packages.python-language-server is no longer maintained (broken), so it shouldn't be an example.
2022-05-05doc/testers: Mention nixosTests in nixosTest docRobert Hensing1-1/+1
2022-05-05testers.nixosTest: Move from top-level and improve docsRobert Hensing1-0/+46
2022-05-04Merge pull request #119942 from ↵Artturi3-2/+94
hercules-ci/mkDerivation-overridable-recursive-attributes
2022-05-03Replace "rm" call with "git rm"Matthias Beyer1-1/+1
`git rm` should always be preferred over "normal" `rm`. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-05-03Merge pull request #163598 from SuperSamus/doc-builder-typosSandro22-88/+87
doc/builders: fix typos
2022-05-02doc: Add Nixpkgs config options referenceRobert Hensing2-0/+17
2022-05-02stdenv.mkDerivation: public -> finalPackageRobert Hensing3-8/+7
2022-05-02stdenv.md: Clarify overrideAttrs sentenceRobert Hensing1-1/+1
I weirded my English.
2022-05-02doc/using/overrides: Update for overlay style mkDerivation overrideAttrsRobert Hensing1-2/+6
2022-05-02Use finalAttrs instead of self for mkDerivation "overlay"Robert Hensing2-15/+18
2022-05-02stdenv.mkDerivation: Make self more overlay-like; use self.publicRobert Hensing2-7/+10
`self` is now arguments, like `super`. The final package is in `self.public`.
2022-05-02doc/stdenv/meta: tests -> passthru.testsRobert Hensing1-0/+1
Make the text understandable without knowing that these are identical. Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
2022-05-02stdenv.mkDerivation: Allow overriding of recursive definitionsRobert Hensing2-0/+82
See updated manual for further explanation.
2022-04-22doc: move testers to their own chapterArtturin5-33/+84
2022-04-22Merge pull request #134514 from MostAwesomeDude/chickensternenseemann2-0/+50
CHICKEN docs and updates
2022-04-21doc: Explain how to use and maintain CHICKEN.Corbin2-0/+50
Also add information about egg2nix. Includes suggestions from code review. Co-authored-by: sterni <sternenseemann@systemli.org>
2022-04-18Merge pull request #168932 from hercules-ci/init-postgresqlTestHookRobert Hensing3-0/+70
`postgresqlTestHook`: init
2022-04-18doc/hooks/index.xml: Fix typo and terminologyRobert Hensing1-1/+1
2022-04-16postgresqlTestHook: initRobert Hensing3-0/+70
2022-04-14Merge staging-next into staginggithub-actions[bot]1-5/+5
2022-04-14Merge pull request #149667 from doronbehar/doc/pname-version-conventionsDoron Behar1-5/+5
docs: Make coding conventions use pname/version
2022-04-14Merge branch 'staging-next' into stagingVladimír Čunát1-1/+1
Minor conflicts; I hope I didn't mess up: pkgs/development/tools/misc/binutils/default.nix pkgs/games/openjk/default.nix
2022-04-12Merge pull request #167397 from samuela/samuela/autopatchelfSamuel Ainsworth1-1/+1
autoPatchelfHook: more precise dependency ignorance
2022-04-11autoPatchelfHook: more precise dependency ignoranceSamuel Ainsworth1-1/+1
2022-04-09Merge staging-next into staginggithub-actions[bot]2-0/+35
2022-04-09cudaPackages: overhaul of how we package cuda packagesFrederik Rietdijk2-0/+35
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.
2022-04-04Merge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt2-11/+36
2022-04-03Merge master into staging-nextgithub-actions[bot]2-11/+36
2022-04-03Update doc/stdenv/cross-compilation.chapter.mdAdam Joseph1-11/+11
Co-authored-by: Ben Siraphob <bensiraphob@gmail.com>
2022-04-02cross-compilation.chapter.md: give examples of all depFooBar casesAdam Joseph2-11/+36
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-03-31Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross1-1/+4
Conflicts: pkgs/development/python-modules/google-auth-oauthlib/default.nix
2022-03-29Merge master into staging-nextFrederik Rietdijk1-1/+4
2022-03-29Merge pull request #164994 from ncfavier/vim-wrapper7c6f434c1-1/+4
vim wrapper improvements
2022-03-28Merge branch 'staging-next' into stagingJan Tojnar2-4/+8
; Conflicts: ; pkgs/tools/archivers/rar/default.nix
2022-03-28Merge branch 'master' into staging-nextJan Tojnar2-4/+8
; Conflicts: ; pkgs/development/python-modules/dnspython/default.nix ; pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28Merge pull request #165691 from lucc/github-removed-unencrypted-gitSandro1-1/+1
2022-03-28User manual: document duneVersionVincent Laporte1-3/+7
2022-03-25Merge staging-next into staginggithub-actions[bot]2-4/+5
2022-03-25Merge master into staging-nextgithub-actions[bot]2-4/+5
2022-03-25Merge pull request #164651 from Infinisil/remove-optionSetSilvan Mosberger1-2/+2
lib/modules: Finally remove deprecated types.optionSet
2022-03-25Merge pull request #165327 from ncfavier/fetchpatch-relativemaralorn1-2/+3
fetchpatch: add `preIncludes` and `relative`
2022-03-25Merge staging-next into staginggithub-actions[bot]2-1/+5