mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
26f6222c8d
I haven't used it. I'm just testing to create devshells with my own overlays.
13 lines
290 B
Nix
13 lines
290 B
Nix
# 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 }:
|
|
|
|
mkShell {
|
|
packages = [
|
|
tic-80
|
|
tic-80.dev
|
|
imagemagick
|
|
];
|
|
}
|