From 9a76694af31b26f1770c2464264e32b21318561f Mon Sep 17 00:00:00 2001 From: minco Date: Thu, 30 Oct 2025 11:47:28 +0900 Subject: [PATCH] add just --- modules/ld.nix | 4 +++- pkgs/util.nix | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/ld.nix b/modules/ld.nix index 16e6583..ccfcca7 100644 --- a/modules/ld.nix +++ b/modules/ld.nix @@ -18,6 +18,7 @@ with pkgs; [ zlib.dev gdk-pixbuf glib + glibc gtk3 icu wayland @@ -43,7 +44,6 @@ with pkgs; [ openssl pango pipewire - stdenv.cc.cc systemd vulkan-loader xorg.libX11 @@ -64,4 +64,6 @@ with pkgs; [ zlib.dev pkg-config haskellPackages.zlib + stdenv.cc.cc + clang ] diff --git a/pkgs/util.nix b/pkgs/util.nix index 0f28667..84e2220 100644 --- a/pkgs/util.nix +++ b/pkgs/util.nix @@ -75,4 +75,5 @@ with pkgs; [ pstree gptfdisk nix-search + just ]