fix lisp alias
This commit is contained in:
parent
58a46e3b0a
commit
93fa1a9755
|
@ -7,7 +7,7 @@ in piston.mkRuntime {
|
||||||
runtime = "sbcl";
|
runtime = "sbcl";
|
||||||
|
|
||||||
aliases = [
|
aliases = [
|
||||||
"lisp"
|
"sbcl"
|
||||||
"cl"
|
"cl"
|
||||||
"commonlisp"
|
"commonlisp"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue