From 3e745c2e6c86f108f91a59b0b0125fe5e935c531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20K=C3=A1n=C4=9B?= Date: Thu, 8 Sep 2022 23:05:23 +0200 Subject: [PATCH] Update nixpkgs => bump Hugo version to v0.102.2+extended Update CLI flags to their new form. --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 4f09386..92fcb81 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 5e41c06..1fcc262 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };