Add luarocks and switch to luajit
This commit is contained in:
parent
a7a1ee78c0
commit
d78db0448c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
devShell.${system} = pkgs.mkShell rec {
|
devShell.${system} = pkgs.mkShell rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.deno
|
pkgs.deno
|
||||||
(pkgs.lua5_3.withPackages(ps: [ ps.http ps.fennel ]))
|
(pkgs.luajit.withPackages(ps: [ ps.http ps.fennel ps.luarocks ]))
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue