Feat: LLM Chat and Nightlight shader #155
+4
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM archlinux:latest
|
FROM archlinux:latest
|
||||||
|
|
||||||
RUN pacman -Syu --noconfirm
|
RUN pacman -Syyu --noconfirm
|
||||||
|
|
||||||
# Build toolchain
|
# Build toolchain
|
||||||
RUN pacman -S --noconfirm \
|
RUN pacman -S --noconfirm \
|
||||||
@@ -10,6 +10,9 @@ RUN pacman -S --noconfirm \
|
|||||||
clang \
|
clang \
|
||||||
lld \
|
lld \
|
||||||
nodejs \
|
nodejs \
|
||||||
|
tree-sitter \
|
||||||
|
jkqtplotter \
|
||||||
|
cmark-gfm \
|
||||||
git
|
git
|
||||||
|
|
||||||
# Qt6
|
# Qt6
|
||||||
|
|||||||
Reference in New Issue
Block a user