about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-03-25 12:02:05 +0000
committerGitHub <noreply@github.com>2022-03-25 12:02:05 +0000
commit8357b101a55aceb56a72c45f06d307b306e7b582 (patch)
treedc6fb3dd947dd8d284c54d1b5464d01f101e7242 /doc
parenteff8a32c299bce52079c97af83bbb23d8f084aed (diff)
parenta9efb8b7921be26442b9894d3622f35c5c12f3f6 (diff)
downloadnixlib-8357b101a55aceb56a72c45f06d307b306e7b582.tar
nixlib-8357b101a55aceb56a72c45f06d307b306e7b582.tar.gz
nixlib-8357b101a55aceb56a72c45f06d307b306e7b582.tar.bz2
nixlib-8357b101a55aceb56a72c45f06d307b306e7b582.tar.lz
nixlib-8357b101a55aceb56a72c45f06d307b306e7b582.tar.xz
nixlib-8357b101a55aceb56a72c45f06d307b306e7b582.tar.zst
nixlib-8357b101a55aceb56a72c45f06d307b306e7b582.zip
Merge staging-next into staging
Diffstat (limited to 'doc')
-rw-r--r--doc/builders/fetchers.chapter.md4
-rw-r--r--doc/languages-frameworks/texlive.section.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/builders/fetchers.chapter.md b/doc/builders/fetchers.chapter.md
index 28388ba685d8..d9f22b062827 100644
--- a/doc/builders/fetchers.chapter.md
+++ b/doc/builders/fetchers.chapter.md
@@ -72,6 +72,10 @@ Used with Mercurial. Expects `url`, `rev`, and `sha256`.
 
 A number of fetcher functions wrap part of `fetchurl` and `fetchzip`. They are mainly convenience functions intended for commonly used destinations of source code in Nixpkgs. These wrapper fetchers are listed below.
 
+## `fetchFromGitea` {#fetchfromgitea}
+
+`fetchFromGitea` expects five arguments. `domain` is the gitea server name. `owner` is a string corresponding to the Gitea user or organization that controls this repository. `repo` corresponds to the name of the software repository. These are located at the top of every Gitea HTML page as `owner`/`repo`. `rev` corresponds to the Git commit hash or tag (e.g `v1.0`) that will be downloaded from Git. Finally, `sha256` corresponds to the hash of the extracted directory. Again, other hash algorithms are also available but `sha256` is currently preferred.
+
 ## `fetchFromGitHub` {#fetchfromgithub}
 
 `fetchFromGitHub` expects four arguments. `owner` is a string corresponding to the GitHub user or organization that controls this repository. `repo` corresponds to the name of the software repository. These are located at the top of every GitHub HTML page as `owner`/`repo`. `rev` corresponds to the Git commit hash or tag (e.g `v1.0`) that will be downloaded from Git. Finally, `sha256` corresponds to the hash of the extracted directory. Again, other hash algorithms are also available but `sha256` is currently preferred.
diff --git a/doc/languages-frameworks/texlive.section.md b/doc/languages-frameworks/texlive.section.md
index 6b505cefcc95..060f5c647c29 100644
--- a/doc/languages-frameworks/texlive.section.md
+++ b/doc/languages-frameworks/texlive.section.md
@@ -6,7 +6,7 @@ Since release 15.09 there is a new TeX Live packaging that lives entirely under
 
 - For basic usage just pull `texlive.combined.scheme-basic` for an environment with basic LaTeX support.
 
-- It typically won't work to use separately installed packages together. Instead, you can build a custom set of packages like this:
+- It typically won't work to use separately installed packages together. Instead, you can build a custom set of packages like this. Most CTAN packages should be available:
 
   ```nix
   texlive.combine {