Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
e4a3c19ea743222f4e3aa21193c71ab7ce25e0ce
/
.
/
src
/
nix
/
system
/
sdl.nix
blob: e9090ab22e54c79b65c5b8ad951e80f442c88b6e [
file
] [
log
] [
blame
]
Skyler Grey
656b117
2022-08-03 22:44:10 +0100
[
diff
] [
blame
]
1
{
pkgs
,
...
}:
{
2
environment
.
systemPackages
=
with
pkgs
;
[
3
SDL2
4
SDL2_ttf
5
SDL2_net
6
SDL2_sound
7
SDL2_mixer
8
SDL2_image
9
];
10
}