flake.nix: fix default build command
This commit is contained in:
parent
87628df052
commit
2e45f0205a
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ Some utility commands:
|
||||||
};
|
};
|
||||||
build = lib.mkOption {
|
build = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "${pkgs.hugo}";
|
default = "${pkgs.hugo}/bin/hugo";
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Build command
|
Build command
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Reference in a new issue