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