about summary refs log tree commit diff
path: root/fun
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-22T11·56+0000
committerVincent Ambo <tazjin@google.com>2020-01-22T11·56+0000
commitec30e0edf156044e8dc14e9baf148a9b8068e13c (patch)
treea245e098d3ec8734a313533fc2a1ac946b7b25f2 /fun
parent6fdc5b562d9a6e708dd179679faab429f13c563e (diff)
fix(fun/gemma): Give Hunchentoot the trailing slash it desires r/446
Diffstat (limited to 'fun')
-rw-r--r--fun/gemma/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/gemma/default.nix b/fun/gemma/default.nix
index 6bd73e9962..cecf8bb751 100644
--- a/fun/gemma/default.nix
+++ b/fun/gemma/default.nix
@@ -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";