mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-03-24 11:39:28 +01:00
6 lines
143 B
Nix
6 lines
143 B
Nix
{
|
|
name = "postgres";
|
|
version = "0.0.1";
|
|
description = "The world's most advanced open source database";
|
|
defaultProject = "postgres";
|
|
}
|