diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-22T01·43+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-01-22T01·43+0000 |
commit | fdee9c5e19c2998770fcc698c93793c1246c82dc (patch) | |
tree | 54c7475aac5012dccc45d99955db05c49a259423 /fun/gemma | |
parent | 4213b27b516c259b8f181c1a8586205900f2d4ec (diff) |
fix(fun/gemma): Fix minor typo in frontend injection r/443
Diffstat (limited to 'fun/gemma')
-rw-r--r-- | fun/gemma/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/gemma/default.nix b/fun/gemma/default.nix index 53b47f7cb9fa..6bd73e9962bd 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"; |