enabled cudaSupport on Equinox

This commit is contained in:
2024-06-14 12:00:59 -03:00
parent c7ff63943d
commit 1954e09b59

View File

@@ -80,4 +80,7 @@ in {
driSupport = true;
driSupport32Bit = true;
};
# cuda support
nixpkgs.config.cudaSupport = true;
}