remove: packages.blender
All checks were successful
nix / check (push) Successful in 3m7s

This commit is contained in:
L-Nafaryus 2024-10-11 17:47:40 +05:00
parent b1902d78d5
commit 42d160ad03
Signed by: L-Nafaryus
GPG Key ID: 553C97999B363D38
2 changed files with 0 additions and 19 deletions

View File

@ -1,13 +0,0 @@
{
bonLib,
lib,
pkgs,
...
}:
(pkgs.blender.override {cudaSupport = true;}).overrideAttrs (old: {
meta =
old.meta
// {
description = old.meta.description + " (CUDA enabled)";
};
})

View File

@ -83,12 +83,6 @@ in
# Pass for cache
blender = {
source = ./blender;
platforms = ["x86_64-linux"];
builder = {...}: import;
};
wezterm = {
source = ./wezterm;
platforms = ["x86_64-linux"];