This commit is contained in:
2025-10-30 11:47:28 +09:00
parent a196e47fb7
commit 9a76694af3
2 changed files with 4 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ with pkgs; [
zlib.dev zlib.dev
gdk-pixbuf gdk-pixbuf
glib glib
glibc
gtk3 gtk3
icu icu
wayland wayland
@@ -43,7 +44,6 @@ with pkgs; [
openssl openssl
pango pango
pipewire pipewire
stdenv.cc.cc
systemd systemd
vulkan-loader vulkan-loader
xorg.libX11 xorg.libX11
@@ -64,4 +64,6 @@ with pkgs; [
zlib.dev zlib.dev
pkg-config pkg-config
haskellPackages.zlib haskellPackages.zlib
stdenv.cc.cc
clang
] ]

View File

@@ -75,4 +75,5 @@ with pkgs; [
pstree pstree
gptfdisk gptfdisk
nix-search nix-search
just
] ]