forked from github-mirror/docker-nixpkgs
add hugo
This commit is contained in:
6
images/hugo/default.nix
Normal file
6
images/hugo/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ buildCLIImage
|
||||
, hugo
|
||||
}:
|
||||
buildCLIImage {
|
||||
drv = hugo;
|
||||
}
|
||||
Reference in New Issue
Block a user