nixos/modules/dev/postgres.nix
2025-02-24 22:52:19 +01:00

5 lines
75 B
Nix

{pkgs, ...}: {
environment.systemPackages = [
pkgs.postgresql
];
}