diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-04-19 11:49:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 11:49:42 +0200 |
commit | cabd07d8b11a4a21f2f679b23fd10cdc9acb25ce (patch) | |
tree | d4c3558778bc18a540c95fddeff7a80ef9980848 | |
parent | b135de2b5f08aa8b549d69371823235124ef04a1 (diff) | |
parent | 8b659eacce046326fa510f83b505b0ad326e60ef (diff) |
Merge pull request #6418 from rycee/doc/tgz-tarball
Add .tgz as tarball extension in documentation
-rw-r--r-- | src/nix/flake.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nix/flake.md b/src/nix/flake.md index d59915eeb..7d179a6c4 100644 --- a/src/nix/flake.md +++ b/src/nix/flake.md @@ -177,8 +177,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`, - `.tar.bz2` or `.tar.zst`. + URLs and the extension must be `.zip`, `.tar`, `.tgz`, `.tar.gz`, + `.tar.xz`, `.tar.bz2` or `.tar.zst`. * `github`: A more efficient way to fetch repositories from GitHub. The following attributes are required: |