diff --git a/flake.nix b/flake.nix index ea7ca25..abdecb7 100644 --- a/flake.nix +++ b/flake.nix @@ -100,7 +100,7 @@ Some utility commands: }; build = lib.mkOption { type = lib.types.str; - default = "${pkgs.hugo}"; + default = "${pkgs.hugo}/bin/hugo"; description = lib.mdDoc '' Build command '';