Add recipemd
This commit is contained in:
parent
8d3acd5270
commit
950b23bc40
7 changed files with 92 additions and 0 deletions
|
@ -16,5 +16,6 @@ rec {
|
|||
keys = callPackage ./pkgs/keys { };
|
||||
homePage = callPackage ./pkgs/homePage { };
|
||||
deploy = callPackage ./pkgs/deploy.nix { };
|
||||
recipemd = python3.pkgs.toPythonApplication (python3Packages.callPackage ./pkgs/recipemd { });
|
||||
scripts = callPackage ./pkgs/scripts.nix { };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue