Fix link to recipemd
This commit is contained in:
parent
5a12fd3a96
commit
eb87259747
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ rec {
|
|||
keys = callPackage ./pkgs/keys { };
|
||||
homePage = callPackage ./pkgs/homePage { };
|
||||
deploy = callPackage ./pkgs/deploy.nix { };
|
||||
recipemd = python3.pkgs.toPythonApplication (python3Packages.callPackage ./pkgs/recipemd { });
|
||||
recipemd = python3.pkgs.toPythonApplication (python3Packages.callPackage ./pkgs/python-pkgs/recipemd { });
|
||||
scripts = callPackage ./pkgs/scripts.nix { };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue