diff options
| author | Someone Serge <sergei.kozlukov@aalto.fi> | 2023-12-09 23:07:01 +0000 |
|---|---|---|
| committer | Someone Serge <sergei.kozlukov@aalto.fi> | 2024-06-26 00:35:45 +0000 |
| commit | da430f48723a3c728b8cb5ea630aba600105e568 (patch) | |
| tree | 33a59bce356d7ecdcdd70fa05283e2f9e57c2285 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 39f33456e4443cdeb4b56c0b87a667b6a0ee3699 (diff) | |
blender.gpuChecks: add unwrapped
An unwrapped check for `nix run`-ing on the host platform,
instead of `nix build`-ing in the sandbox
E.g.:
```
❯ nix run -f ./. --arg config '{ cudaSupport = true; cudaCapabilities = [ "8.6" ]; cudaEnableForwardCompat = false; allowUnfree = true; }' -L blender.gpuChecks.cudaAvailable.unwrapped
Blender 4.0.1
Read prefs: "/home/user/.config/blender/4.0/config/userpref.blend"
CUDA is available
Blender quit
❯ nix build -f ./. --arg config '{ cudaSupport = true; cudaCapabilities = [ "8.6" ]; cudaEnableForwardCompat = false; allowUnfree = true; }' -L blender.gpuChecks
blender> Blender 4.0.1
blender> could not get a list of mounted file-systems
blender> CUDA is available
blender> Blender quit
```
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
