remove scripts package and use flake
This commit is contained in:
parent
7ff1c1922f
commit
1e56cd9c83
4 changed files with 8 additions and 6 deletions
|
@ -9,9 +9,6 @@ in
|
|||
homePage = final: prev: {
|
||||
homePage = prev.callPackage ../pkgs/homePage { };
|
||||
};
|
||||
scripts = final: prev: {
|
||||
scipts = prev.callPackage ../pkgs/scripts.nix { };
|
||||
};
|
||||
recipemd = final: prev: {
|
||||
recipemd = prev.python3Packages.toPythonApplication prev.python3Packages.recipemd;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue