Added blender 3.4.1 bin and python module

This commit is contained in:
brothermechanic 2023-02-03 13:42:55 +00:00 committed by Igor Brylyov
parent 4c52ac2994
commit b69bc0aef1
13 changed files with 2346 additions and 112 deletions

View file

@ -1,5 +0,0 @@
{ system ? builtins.currentSystem, pkgs ? import <nixpkgs> { inherit system; } }:
rec {
cork = pkgs.callPackage ./pkgs/cork { };
}