Add recipemd
This commit is contained in:
parent
8d3acd5270
commit
950b23bc40
7 changed files with 92 additions and 0 deletions
6
overlays/python3-packages.nix
Normal file
6
overlays/python3-packages.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
self: super:
|
||||
{
|
||||
python3Packages = super.python3Packages // super.recurseIntoAttrs (
|
||||
super.python3Packages.callPackage ../pkgs/python-pkgs { }
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue