Thank you!
Dec 2, 2021, 15:14 by m...@selfhosted.xyz:
> Hi Kandur!
> Yes there is. Example:
>
> ...
> (git-reference (url ...) (commit ...) (recursive? #t))
> ...
>
> Best regards
> David
>
> On Thu, Dec 2 2021 at 08:12:35 +0100, Adam Kandur via Development of GNU Guix
> and the GNU System di
David Larsson 写道:
(git-reference (url ...) (commit ...) (recursive? #t))
Also: don't forget to change the hash when changing fields like
RECURSIVE? which have no effect on the store file name, or Guix
will happily return the non-recursive checkout.
This is because hash + name, not the URL o
Hi Kandur!
Yes there is. Example:
...
(git-reference (url ...) (commit ...) (recursive? #t))
...
Best regards
David
On Thu, Dec 2 2021 at 08:12:35 +0100, Adam Kandur via Development of
GNU Guix and the GNU System distribution. wrote:
Hi guix!
Is there way to clone a project when i'm building
Hi guix!
Is there way to clone a project when i'm building a package with all git
submodules?