This commit is contained in:
zimbatm
2020-02-23 14:54:32 +01:00
parent 6597ff1349
commit 777ae73ea1
+6
View File
@@ -0,0 +1,6 @@
{ buildCLIImage
, hugo
}:
buildCLIImage {
drv = hugo;
}