From 6220749909d533240fb19c470887af37941aba5e Mon Sep 17 00:00:00 2001 From: sloane <1699281+sloanelybutsurely@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:12:06 -0400 Subject: [PATCH] install postgres on TID machine --- .config/nix-darwin/hosts/tid27880sperrau/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nix-darwin/hosts/tid27880sperrau/default.nix b/.config/nix-darwin/hosts/tid27880sperrau/default.nix index 37a213b..fce2342 100644 --- a/.config/nix-darwin/hosts/tid27880sperrau/default.nix +++ b/.config/nix-darwin/hosts/tid27880sperrau/default.nix @@ -12,6 +12,7 @@ ]; casks = [ "slack" + "postgres-unofficial" ]; }; }