add hugo
This commit is contained in:
parent
6597ff1349
commit
777ae73ea1
1 changed files with 6 additions and 0 deletions
6
images/hugo/default.nix
Normal file
6
images/hugo/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ buildCLIImage
|
||||||
|
, hugo
|
||||||
|
}:
|
||||||
|
buildCLIImage {
|
||||||
|
drv = hugo;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue