Added template without folder structure to add to existing project

This commit is contained in:
Daniel Winkler 2025-06-03 13:03:02 +02:00
commit 92c896f052
No known key found for this signature in database
16 changed files with 1738 additions and 0 deletions

View file

@ -0,0 +1,8 @@
final: prev: let
reqPkgs = (pyPackages: with pyPackages;[
requests
]);
in {
py = prev.python3.withPackages reqPkgs;
}