Add nix-ld with some common libraries

This commit is contained in:
Evie Litherland-Smith 2025-02-08 06:24:20 +00:00
parent 4248687aea
commit 7095b8e149

View file

@ -167,6 +167,16 @@
set tabsize 2
'';
};
nix-ld = {
enable = true;
libraries = with pkgs; [
stdenv.cc.cc
glib
glibc
zlib
zstd
];
};
};
services = {
upower.enable = true;