feat(luajit): install some common packages
This commit is contained in:
parent
801ae4d12d
commit
35dd05d72a
1 changed files with 6 additions and 1 deletions
|
@ -52,7 +52,6 @@ in {
|
||||||
jq
|
jq
|
||||||
kcachegrind
|
kcachegrind
|
||||||
linuxPackages.perf
|
linuxPackages.perf
|
||||||
luajit
|
|
||||||
man-pages
|
man-pages
|
||||||
man-pages-posix
|
man-pages-posix
|
||||||
okular
|
okular
|
||||||
|
@ -67,6 +66,12 @@ in {
|
||||||
wget
|
wget
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
||||||
|
(luajit.withPackages (ps:
|
||||||
|
with ps; [
|
||||||
|
fennel
|
||||||
|
luv
|
||||||
|
]))
|
||||||
|
|
||||||
(retroarch.override {
|
(retroarch.override {
|
||||||
cores = with libretro; [
|
cores = with libretro; [
|
||||||
genesis-plus-gx
|
genesis-plus-gx
|
||||||
|
|
Loading…
Reference in a new issue