nixos-config/shells/tic-80.nix

7 lines
274 B
Nix
Raw Normal View History

# The rest of the tools is your preferences (i.e., image editor, text
# editor). This comes with the development for PRO version to enable
# development with plain text cartridges.
{ mkShell, tic-80, imagemagick }:
2025-01-29 04:48:19 +00:00
mkShell { packages = [ tic-80 tic-80.dev imagemagick ]; }