aboutsummaryrefslogtreecommitdiff
path: root/src/nix/flake.md
diff options
context:
space:
mode:
authorTimothy Klim <git@timothyklim.com>2021-05-29 16:03:26 +0700
committerTimothy Klim <git@timothyklim.com>2021-05-29 16:03:26 +0700
commit4da9ec772c54f17ac04bbc5bcb75140d13a29500 (patch)
treeff0e8578009ca2d1618b151552a3f48f4336ff8a /src/nix/flake.md
parentb10256af51dfa929e8f916414d6f021dd45f2e1e (diff)
Add .tar.zst support for TarballInputScheme
Diffstat (limited to 'src/nix/flake.md')
-rw-r--r--src/nix/flake.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nix/flake.md b/src/nix/flake.md
index 9e936a049..3d273100b 100644
--- a/src/nix/flake.md
+++ b/src/nix/flake.md
@@ -186,8 +186,8 @@ Currently the `type` attribute can be one of the following:
attribute `url`.
In URL form, the schema must be `http://`, `https://` or `file://`
- URLs and the extension must be `.zip`, `.tar`, `.tar.gz`, `.tar.xz`
- or `.tar.bz2`.
+ URLs and the extension must be `.zip`, `.tar`, `.tar.gz`, `.tar.xz`,
+ `.tar.bz2` or `.tar.zst`.
* `github`: A more efficient way to fetch repositories from
GitHub. The following attributes are required: