mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
wrapper-manager: update options
This commit is contained in:
parent
89143471f3
commit
7397c6d8bc
@ -26,7 +26,7 @@ in
|
||||
enable = lib.mkEnableOption "Blender, a 3D computer graphics tool";
|
||||
|
||||
package = lib.mkPackageOption pkgs "blender" {
|
||||
example = lib.literalExpression ''
|
||||
example = ''
|
||||
pkgs.blender-with-packages {
|
||||
name = "sample-studio-wrapped";
|
||||
packages = with pkgs.python3Packages; [ pandas ];
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
subwrapper = {
|
||||
arg0 = options.arg0;
|
||||
extraArgs = options.appendArgs;
|
||||
extraArgs = options.prependArgs;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user