fix: system build fixes for new package setup

This commit is contained in:
Greg Hellings
2026-05-13 08:33:48 -05:00
parent f735423d98
commit fc4430e4f1
5 changed files with 26 additions and 7 deletions
+7 -2
View File
@@ -1,7 +1,12 @@
{ config, pkgs, ... }:
{
config,
pkgs,
pkgs',
...
}:
{
environment.systemPackages = [ pkgs.upgrade-pg-cluster ];
environment.systemPackages = [ pkgs'.upgrade-pg-cluster ];
services.postgresql = {
enable = true;