We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1660ef commit ced5dbeCopy full SHA for ced5dbe
tests/nixos/fetch-git/test-cases/fetchTree-shallow/default.nix
@@ -1,5 +1,5 @@
1
{
2
- description = "fetchTree fetches git repos shallowly by default";
+ description = "fetchTree fetches git repos shallowly if possible";
3
script = ''
4
# purge nix git cache to make sure we start with a clean slate
5
client.succeed("rm -rf ~/.cache/nix")
@@ -28,6 +28,7 @@
28
type = "git";
29
url = "{repo.remote}";
30
rev = "{commit2_rev}";
31
+ revCount = 1234;
32
}}
33
"""
34
0 commit comments