diff --git a/pkgs/servers/honk/default.nix b/pkgs/servers/honk/default.nix index 4e956a36b4d2..a6f26dea7396 100644 --- a/pkgs/servers/honk/default.nix +++ b/pkgs/servers/honk/default.nix @@ -18,7 +18,7 @@ buildGoModule rec { # working out of the box. This value can be overriden by the user, by # providing the `-viewdir` parameter in the command line. postPatch = '' - substituteInPlace honk.go --replace \ + substituteInPlace main.go --replace \ "var viewDir = \".\"" \ "var viewDir = \"$out/share/honk\"" '';