KINDA CHEZ'S FAULT OK

This commit is contained in:
mehbark 2023-12-24 13:33:14 -05:00
parent b332618fae
commit 9095800378

View file

@ -15,8 +15,8 @@
packages = forEachSupportedSystem ({ pkgs }: {
default = pkgs.writeShellScriptBin "mineschemer" ''
LD_LIBRARY_PATH="${pkgs.raylib}/lib" \
${pkgs.chez}/bin/scheme \
--libdirs ${pkgs.raylib}/lib \
--script ${pkgs.writeText "main.scm" (builtins.readFile ./main.scm)} \
$@
'';