adsljasdlkj

This commit is contained in:
2025-11-07 17:22:38 +01:00
parent 53f811e333
commit 5b8e2ff529

View File

@@ -2,6 +2,11 @@
# TODO: https://github.com/antithesishq/madness ?
# TODO:
# this is what i currently do to use conda/pypi with nix-ld:
# export LD_LIBRARY_PATH=$NIX_LD_LIBRARY_PATH:/run/opengl-driver/lib:/run/opengl-driver-32/lib
# can i somehow add /run/opengl-driver/lib:/run/opengl-driver-32/lib to $NIX_LD_LIBRARY_PATH? will it work?
{
programs.nix-ld.enable = true;
programs.nix-ld.package = pkgs.nix-ld-rs or pkgs.unstable.nix-ld-rs or pkgs.nix-ld;
@@ -34,7 +39,8 @@
zlib
zstd
]
++ lib.optionals (config.hardware.graphics.enable) [
# TODO: # ++ lib.optionals (config.hardware.graphics.enable) [
++ [
alsa-lib
atk
cairo
@@ -66,7 +72,7 @@
xorg.libxcb
xorg.libxkbfile
xorg.libxshmfence
]);
];
environment.systemPackages = with pkgs; [
gcc