From e4dd81214684969abd230af694821edd8753a4c1 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 28 Apr 2025 17:15:56 +0300 Subject: [PATCH] add module --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 45e2447..0f548d5 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,7 @@ (python312.withPackages ( ppkgs: [ python312Packages.django + python312Packages.psycopg2 ] )) # other packages @@ -24,4 +25,4 @@ ''; }; }; -} \ No newline at end of file +}