nixos/modules/dev/postgres.nix

5 lines
74 B
Nix
Raw Normal View History

2025-02-24 15:36:38 +01:00
{pkgs, ...}: {
environment.systemPackages = [
pkgs.postgresql
];
}