Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/headblockhead/nix-playdatesdk

A nix flake to provide the PlayDate SDK tools.
https://github.com/headblockhead/nix-playdatesdk

hacktoberfest nix nix-flake nixos nixpkgs playdate playdate-sdk sdk

Last synced: 3 months ago
JSON representation

A nix flake to provide the PlayDate SDK tools.

Awesome Lists containing this project

README

        

# nix-playdatesdk
A nix flake to provide the PlayDate SDK tools.

## Usage

Use the development shell.

```bash
nix develop github:headblockhead/nix-playdatesdk
```

Or, run an individual tool.

```bash
nix run github:headblockhead/nix-playdatesdk#pdc
```

> [!NOTE]
> The development shell creates a copy of the SDK at `$HOME/playdatesdk-${version}` as the Playdate Simulator requires a writeable copy of the Disk folder. If you don't want to use the shell, you can manually download the SDK and set the `PLAYDATE_SDK_PATH` environment variable to the path of the SDK.