Packaging/Python: Difference between revisions
→Testing out a module in a Python shell: Use python3.withPackages instead of a devshell |
m →Testing out a module in a Python shell: fix xacro -> mypackage |
||
| Line 37: | Line 37: | ||
}; | }; | ||
in { | in { | ||
packages.default = pkgs.python3.withPackages(_: [ | packages.default = pkgs.python3.withPackages(_: [ mypackage ]); | ||
}); | }); | ||
} | } | ||