some fixes

This commit is contained in:
Emmet
2025-09-06 18:08:27 -05:00
parent eac2cd88ea
commit a4e8b952c6
2 changed files with 19 additions and 1 deletions

View File

@@ -20,6 +20,24 @@
download-buffer-size = 500000000;
};
};
programs.nix-ld = {
enable = true;
#Include libstdc++ in the nix-ld profile
libraries = [
pkgs.stdenv.cc.cc
pkgs.zlib
pkgs.fuse3
pkgs.icu
pkgs.nss
pkgs.openssl
pkgs.curl
pkgs.expat
pkgs.xorg.libX11
pkgs.vulkan-headers
pkgs.vulkan-loader
pkgs.vulkan-tools
];
};
system.stateVersion = "22.11";
};
}