Fix prod nginx

This commit is contained in:
2023-09-20 14:46:35 +02:00
committed by Clément Le Bihan
parent ee8e0e26db
commit 7aa7f50ecb
8 changed files with 21 additions and 11 deletions
+2 -1
View File
@@ -5,9 +5,10 @@ pkgs.mkShell {
nodePackages.prisma
nodePackages."@nestjs/cli"
nodePackages.npm
eslint_d
nodejs_16
yarn
python3
(python3.withPackages (ps: with ps; [requests]))
pkg-config
];
shellHook = with pkgs; ''