fix(fun/gemma): Give Hunchentoot the trailing slash it desires

This commit is contained in:
Vincent Ambo 2020-01-22 11:56:33 +00:00
parent 6fdc5b562d
commit ec30e0edf1

View file

@ -31,7 +31,7 @@ let
(setq *static-file-location* "${runCommandNoCC "frontend" {} ''
mkdir -p $out
cp ${frontend} $out/index.html
''}")
''}/")
'';
in pkgs.nix.buildLisp.program {
name = "gemma";