nix-config/pkgs/python-pkgs/default.nix
2021-03-14 22:16:36 +01:00

4 lines
62 B
Nix

{ callPackage }:
{
recipemd = callPackage ./recipemd { };
}