Spaces:
Running
Running
File size: 70 Bytes
761e949 |
1 2 3 4 5 6 7 |
{pkgs}: {
deps = [
pkgs.postgresql
pkgs.glibcLocales
];
}
|