Fixed import-from-derivation when using keys from package

This commit is contained in:
Tim Schubert 2021-12-11 23:20:41 +01:00
parent ddc4fb3086
commit c1fe091ec5
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
6 changed files with 6 additions and 29 deletions

View file

@ -3,9 +3,6 @@ let
in
{
#tubslatex = import ./tubslatex.nix;
keys = final: prev: {
keys = prev.callPackage ../pkgs/keys { };
};
recipemd = final: prev: {
recipemd = prev.python3Packages.toPythonApplication prev.python3Packages.recipemd;
};