add direnv

This commit is contained in:
2026-03-27 11:36:29 +01:00
parent cd030a6c44
commit 3f555079aa
5 changed files with 21 additions and 22 deletions

View File

@ -13,4 +13,11 @@ pkgs.mkShell {
lld
];
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
shellHook = ''
source .env
'';
UPLOAD_FOLDER="./test/";
}