|
|
|
|
|
by microtonal
1415 days ago
|
|
as that turns a simple 'nix build' into Which reveals another annoying thing about using flakes for development. It copies every time you build something the whole darn project into the Nix store. Fine when you have a small project, but with large projects this becomes a significant overhead. |
|
Isn't copying the repo to a read only location just inherent to the problem of reproducibility?