From 3fd5b354c6ba603ed4b6d03a0725f34f7ac73b39 Mon Sep 17 00:00:00 2001 From: Igor Brylyov Date: Tue, 5 Mar 2024 20:08:32 +0300 Subject: [PATCH] bpy returned to packages --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index c881621..0806b96 100644 --- a/flake.nix +++ b/flake.nix @@ -129,8 +129,7 @@ }; packages = { - inherit mayo pysdf fstl unified-planning test-script blender; - zoz = pkgs.btop; + inherit mayo pysdf fstl unified-planning test-script blender bpy; }; devShells.ci = pkgs.mkShell { buildInputs = [ pkgs.jq ]; };