set PLAYDATE_SDK_PATH in flake
This commit is contained in:
parent
4feeb24123
commit
e4d98b7fed
|
@ -16,6 +16,10 @@
|
||||||
in {
|
in {
|
||||||
devShell.${system} = with pkgs;
|
devShell.${system} = with pkgs;
|
||||||
mkShell {
|
mkShell {
|
||||||
|
env = {
|
||||||
|
PLAYDATE_SDK_PATH = playdate-sdk-pkg;
|
||||||
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
just
|
just
|
||||||
lua-language-server
|
lua-language-server
|
||||||
|
|
Loading…
Reference in a new issue