Nix cache is not documented
Opened this issue · 1 comments
steve-chavez commented
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:
postgres/docker/nix/Dockerfile
Lines 3 to 5 in 1772a43
Then sudo pkill nix-daemon for Nix to pick the updated settings (ref)
Solution
Document this
samrose commented
It can be scripted in the flake too