add module

This commit is contained in:
Osman Faruk Bayram 2025-04-28 17:15:56 +03:00
parent 3710d38188
commit e4dd812146

View file

@ -13,6 +13,7 @@
(python312.withPackages ( (python312.withPackages (
ppkgs: [ ppkgs: [
python312Packages.django python312Packages.django
python312Packages.psycopg2
] ]
)) ))
# other packages # other packages
@ -24,4 +25,4 @@
''; '';
}; };
}; };
} }