mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
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