forked from github-mirror/docker-nixpkgs
hugo: add git as a dependency
Hugo needs Git to find meta informations such as the pubDate
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{ buildCLIImage
|
||||
, hugo
|
||||
, gitReallyMinimal
|
||||
}:
|
||||
buildCLIImage {
|
||||
drv = hugo;
|
||||
extraContents = [ gitReallyMinimal ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user