Skip to content
Snippets Groups Projects
Commit a3d73ca0 authored by Linus Heckemann's avatar Linus Heckemann
Browse files

Add emacs to demo.nix

parent acad6f01
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ let
ghotl-repl = (import ./ghotl-repl.nix { inherit pkgs; });
in mkShell {
name = "ghotl";
buildInputs = [ ghotl ghotl-repl ];
buildInputs = [ emacs ghotl ghotl-repl ];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment