mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-04-20 05:08:01 +00:00
7 lines
65 B
Nix
7 lines
65 B
Nix
|
{pkgs}: {
|
||
|
deps = [
|
||
|
pkgs.postgresql
|
||
|
pkgs.openssl
|
||
|
];
|
||
|
}
|