Update nixpkgs => bump Hugo version to v0.102.2+extended

Update CLI flags to their new form.
This commit is contained in:
Vojtěch Káně
2022-09-08 23:05:23 +02:00
parent 3f66702c11
commit 3e745c2e6c
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@@ -19,11 +19,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1622059058,
"narHash": "sha256-t1/ZMtyxClVSfcV4Pt5C1YpkeJ/UwFF3oitLD7Ch/UA=",
"lastModified": 1662096612,
"narHash": "sha256-R+Q8l5JuyJryRPdiIaYpO5O3A55rT+/pItBrKcy7LM4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "84aa23742f6c72501f9cc209f29c438766f5352d",
"rev": "21de2b973f9fee595a7a1ac4693efff791245c34",
"type": "github"
},
"original": {

View File

@@ -23,7 +23,7 @@
ln --symbolic '${hermit}' themes/hermit
''; # TODO
buildPhase = ''
'${pkgs.hugo}'/bin/hugo --buildExpired --buildFuture --destination "$out" --minify --path-warnings --i18n-warnings
'${pkgs.hugo}'/bin/hugo --buildExpired --buildFuture --destination "$out" --minify --printPathWarnings --printI18nWarnings
'';
dontInstall = true;
};