Fix brace

pull/1/head
mat ess 2022-08-27 23:05:08 -04:00
parent 9fbbb5a668
commit 9b7058afef
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ stdenv.mkDerivation {
# install the Hugo output
cp -r public $out
'';
)
}
```
If we need to build any other auxiliary outputs, like Docker images (hint!), we can add them here. For now, let's just save our progress: