This commit is contained in:
mjallen18
2026-03-18 21:05:20 -05:00
parent 5d1d3dc850
commit d53093a6c1
5 changed files with 55 additions and 87 deletions

View File

@@ -50,8 +50,9 @@
nixpkgs = {
config = {
cudaSupport = lib.mkDefault config.${namespace}.hardware.nvidia.enable;
rocmSupport = lib.mkDefault config.${namespace}.hardware.amd.enable;
# CUDA and ROCm are not applicable on Darwin; those hardware modules are
# NixOS-only. Unfree allowance is handled globally via channels-config in
# the flake.
allowUnsupportedSystem = true;
};
};