parent
c5fc5c1b77
commit
9205f2878f
1 changed files with 1 additions and 2 deletions
|
|
@ -258,9 +258,8 @@ let
|
||||||
# Note Doom does have packages with pin + branch (or nonrecursive) set,
|
# Note Doom does have packages with pin + branch (or nonrecursive) set,
|
||||||
# expecting to inherit the rest of the recipe from Straight.
|
# expecting to inherit the rest of the recipe from Straight.
|
||||||
|
|
||||||
# Always specify a ref to work around https://github.com/NixOS/nix/issues/10773
|
|
||||||
ref = p.recipe.branch or "HEAD";
|
|
||||||
}
|
}
|
||||||
|
// optionalAttrs (p ? recipe.branch) { ref = p.recipe.branch; }
|
||||||
// optionalAttrs (p ? recipe.depth) { shallow = p.recipe.depth == 1; };
|
// optionalAttrs (p ? recipe.depth) { shallow = p.recipe.depth == 1; };
|
||||||
src =
|
src =
|
||||||
if experimentalFetchTree
|
if experimentalFetchTree
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue