diff options
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"; |