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; };