Skip to content

blender: fix hip support#410748

Merged
veprbl merged 1 commit into
NixOS:masterfrom
justinkb:blender-hip
Jun 8, 2025
Merged

blender: fix hip support#410748
veprbl merged 1 commit into
NixOS:masterfrom
justinkb:blender-hip

blender: fix hip support

1e4112d
Select commit
Loading
Failed to load commit list.
OfBorg / blender, blender.passthru.tests on x86_64-darwin skipped Jul 25, 2025 in 0s

No attempt

The following builds were skipped because they don't evaluate on x86_64-darwin: blender, blender.passthru.tests

Details

Partial log

                then pass `--impure` in order to allow use of environment variables.

       b) For `nixos-rebuild` you can set
         { nixpkgs.config.allowBroken = true; }
       in configuration.nix to override this.

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowBroken = true; }
       to ~/.config/nixpkgs/config.nix.