about summary refs log tree commit diff
path: root/fun
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-22T01·43+0000
committerVincent Ambo <tazjin@google.com>2020-01-22T01·43+0000
commitfdee9c5e19c2998770fcc698c93793c1246c82dc (patch)
tree54c7475aac5012dccc45d99955db05c49a259423 /fun
parent4213b27b516c259b8f181c1a8586205900f2d4ec (diff)
fix(fun/gemma): Fix minor typo in frontend injection r/443
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 53b47f7cb9..6bd73e9962 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";