Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/headblockhead/nix-playdatesdk
- Owner: headblockhead
- Created: 2022-09-10T18:46:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T10:42:45.000Z (3 months ago)
- Last Synced: 2024-10-31T11:27:18.331Z (3 months ago)
- Topics: hacktoberfest, nix, nix-flake, nixos, nixpkgs, playdate, playdate-sdk, sdk
- Language: Nix
- Homepage:
- Size: 31.3 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.