Commit 8fdee5b
authored
/concepts/flakes: add dependency management alternative
clarifies that specifying `flake = false;` on flake inputs can help resolve some of its drawbacks - in this case (if used consistently) getting [duplicate versions](https://zimbatm.com/notes/1000-instances-of-nixpkgs) and having to set `follows`.
(this would not solve eager fetching, which would instead be addressed by [lazy trees](NixOS/nix#13225).)
to make it more explicit what alternatives address what, a proper approach might be NixOS#1212.flake = false;
1 parent 6a89099 commit 8fdee5b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
257 | 258 | | |
258 | 259 | | |
259 | 260 | | |
| |||
0 commit comments