add racket to devshell

This commit is contained in:
LordMZTE 2024-04-01 23:16:34 +02:00
parent f084f919e6
commit e58e213118
Signed by: LordMZTE
GPG Key ID: B64802DC33A64FF6
1 changed files with 2 additions and 1 deletions

View File

@ -30,10 +30,11 @@
devShells.default = nixpkgs.legacyPackages.${system}.mkShell {
buildInputs = with pkgs; [
# packages required to build scripts
pkg-config
libGL
libgit2
luajit
pkg-config
racket
roswell
wayland
wayland-protocols