programs/blender: fix erroneous attribute

This commit is contained in:
Gabriel Arazas 2023-09-24 19:21:24 +08:00
parent f1c271cb59
commit 5f73ab74e9
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -38,7 +38,7 @@ in
}; };
}; };
cfg = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
environment.systemPackages = [ cfg.package ]; environment.systemPackages = [ cfg.package ];
# Modify the search path of the Blender addons. Since the default path is # Modify the search path of the Blender addons. Since the default path is