add luajit to devshell

This commit is contained in:
LordMZTE 2024-03-11 15:58:07 +01:00
parent 1113554bf0
commit 438c8c29f2
Signed by: LordMZTE
GPG Key ID: B64802DC33A64FF6
1 changed files with 4 additions and 4 deletions

View File

@ -30,13 +30,13 @@
devShells.default = nixpkgs.legacyPackages.${system}.mkShell {
buildInputs = with pkgs; [
# packages required to build scripts
# TODO: build scripts with nix instead
pkg-config
libGL
libgit2
luajit
roswell
wayland
wayland-protocols
libgit2
libGL
roswell
] ++
# shorthands for setup.rkt
builtins.map