parent
b1902d78d5
commit
42d160ad03
packages
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
bonLib,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
(pkgs.blender.override {cudaSupport = true;}).overrideAttrs (old: {
|
|
||||||
meta =
|
|
||||||
old.meta
|
|
||||||
// {
|
|
||||||
description = old.meta.description + " (CUDA enabled)";
|
|
||||||
};
|
|
||||||
})
|
|
@ -83,12 +83,6 @@ in
|
|||||||
|
|
||||||
# Pass for cache
|
# Pass for cache
|
||||||
|
|
||||||
blender = {
|
|
||||||
source = ./blender;
|
|
||||||
platforms = ["x86_64-linux"];
|
|
||||||
builder = {...}: import;
|
|
||||||
};
|
|
||||||
|
|
||||||
wezterm = {
|
wezterm = {
|
||||||
source = ./wezterm;
|
source = ./wezterm;
|
||||||
platforms = ["x86_64-linux"];
|
platforms = ["x86_64-linux"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user