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
|
||||
kcachegrind
|
||||
linuxPackages.perf
|
||||
luajit
|
||||
man-pages
|
||||
man-pages-posix
|
||||
okular
|
||||
|
@ -67,6 +66,12 @@ in {
|
|||
wget
|
||||
wl-clipboard
|
||||
|
||||
(luajit.withPackages (ps:
|
||||
with ps; [
|
||||
fennel
|
||||
luv
|
||||
]))
|
||||
|
||||
(retroarch.override {
|
||||
cores = with libretro; [
|
||||
genesis-plus-gx
|
||||
|
|
Loading…
Reference in a new issue