You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If set, pass through the value to the output attribute set.
340
+
Otherwise, generated from the fetched Git tree.
353
341
354
-
> **Note**
355
-
>
356
-
> If the URL points to a local directory, and no `ref` or `rev` is given, Nix only considers files added to the Git index, as listed by `git ls-files` but use the *current file contents* of the Git working directory.
> If the URL points to a local directory, and no `ref` or `rev` is given, Nix only considers files added to the Git index, as listed by `git ls-files` but use the *current file contents* of the Git working directory.
404
398
405
-
If set, pass through the value to the output attribute set.
406
-
Otherwise, generated from the fetched Git tree.
399
+
- `"tarball"`
407
400
408
-
- `revCount` (Integer, optional)
401
+
Download a tar archive and extract it into the Nix store.
402
+
This has the same underlying implementation as [`builtins.fetchTarball`](@docroot@/language/builtins.md#builtins-fetchTarball)
409
403
410
-
Number of revisions in the history of the Git repository before the fetched commit.
404
+
- `url` (String, required)
411
405
412
-
If set, pass through the value to the output attribute set.
0 commit comments