A nix flake to provide the PlayDate SDK tools.
To run the Playdate Compiler, use:
nix run github:headblockhead/nix-playdatesdk#pdcTo run the Playdate Utility, use:
nix run github:headblockhead/nix-playdatesdk#pdutilTo run the Playdate Simulator, use:
nix run github:headblockhead/nix-playdatesdk#PlaydateSimulatorOr use the development shell to access all tools in the SDK.
nix develop github:headblockhead/nix-playdatesdk