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