flake: add blender to devshell

This commit is contained in:
2025-08-14 12:14:29 +02:00
parent 02c60ae622
commit 915325e016

View File

@@ -28,6 +28,7 @@
default = pkgs.mkShell {
packages = with pkgs; [
godot
blender
];
};
}