postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Nix cache is not documented

Open steve-chavez opened this issue 7 months ago • 1 comments

Problem

There's no doc explaining how to use the Nix cache, when you do nix develop it will compile everything.

One has to hunt the echo commands from:

https://github.com/supabase/postgres/blob/1772a43e063d4c763b868fbcf88e95eeaf9c2d6b/docker/nix/Dockerfile#L3-L5

Then sudo pkill nix-daemon for Nix to pick the updated settings (ref)

Solution

Document this

steve-chavez avatar Jun 04 '25 20:06 steve-chavez

It can be scripted in the flake too

samrose avatar Jun 11 '25 22:06 samrose