hugo: add git as a dependency
Hugo needs Git to find meta informations such as the pubDate
This commit is contained in:
parent
889fb542e6
commit
cca23be027
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
{ buildCLIImage
|
||||
, hugo
|
||||
, gitReallyMinimal
|
||||
}:
|
||||
buildCLIImage {
|
||||
drv = hugo;
|
||||
extraContents = [ gitReallyMinimal ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue