Fix dev nginx

This commit is contained in:
2023-10-12 12:47:29 +02:00
parent 8d8323e382
commit a92ca75760
4 changed files with 7 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ pkgs.mkShell {
eslint_d
nodejs_16
yarn
(python3.withPackages (ps: with ps; [requests]))
(python3.withPackages (ps: with ps; [requests mido]))
pkg-config
];
shellHook = with pkgs; ''