overlays: add recipemd
Remove unused overlays
This commit is contained in:
parent
31b1843677
commit
71629c7966
7 changed files with 77 additions and 104 deletions
11
overlays.nix
11
overlays.nix
|
@ -9,4 +9,15 @@
|
|||
};
|
||||
});
|
||||
};
|
||||
|
||||
recipemd = final: prev: {
|
||||
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
|
||||
(
|
||||
python-final: python-prev: {
|
||||
recipemd = python-final.callPackage ./pkgs/recipemd.nix { };
|
||||
}
|
||||
)
|
||||
];
|
||||
recipemd = prev.python3Packages.toPythonApplication final.python3Packages.recipemd;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue