Packaging/Python: Difference between revisions

Testing out a module in a Python shell: Use python3.withPackages instead of a devshell
Line 37: Line 37:
         };
         };
       in {
       in {
         packages.default = pkgs.python3.withPackages(_: [ xacro ]);
         packages.default = pkgs.python3.withPackages(_: [ mypackage ]);
       });
       });
}
}