This commit is contained in:
zimbatm 2020-02-23 14:54:32 +01:00
parent 6597ff1349
commit 777ae73ea1
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

6
images/hugo/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ buildCLIImage
, hugo
}:
buildCLIImage {
drv = hugo;
}