fix(fun/gemma): Give Hunchentoot the trailing slash it desires
This commit is contained in:
parent
6fdc5b562d
commit
ec30e0edf1
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue