add toast and start adding postgres
This commit is contained in:
12
shell.nix
12
shell.nix
@ -3,14 +3,16 @@ pkgs.mkShell {
|
||||
buildInputs = with pkgs;[
|
||||
rustup
|
||||
];
|
||||
nativeBuildInputs = with pkgs;[
|
||||
nativeBuildInputs = with pkgs;[
|
||||
libpq
|
||||
libmysqlclient
|
||||
sqlite
|
||||
|
||||
];
|
||||
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
|
||||
|
||||
|
||||
shellHook = ''
|
||||
source .env
|
||||
|
||||
[ ! -f .env ] || export $(grep -v '^#' .env | xargs)
|
||||
'';
|
||||
|
||||
UPLOAD_FOLDER="./test/";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user