1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00
nix/doc/manual/rl-next/no-flake-substitution.md
2024-09-11 17:32:16 +02:00

428 B

synopsis prs
Flakes are no longer substituted
10612

Nix will no longer attempt to substitute the source code of flakes from a binary cache. This functionality was broken because it could lead to different evaluation results depending on whether the flake was available in the binary cache, or even depending on whether the flake was already in the local store.

Author: @edolstra