Files
nix/src/libexpr
Naïm Favier e7ed9ae0c7 Restrict readFile context to references that appear in the string
When calling `builtins.readFile` on a store path, the references of that
path are currently added to the resulting string's context.

This change makes those references the *possible* context of the string,
but filters them to keep only the references whose hash actually appears
in the string, similarly to what is done for determining the runtime
references of a path.
2022-11-11 13:04:34 +01:00
..
2022-04-26 13:25:17 +02:00
2022-04-26 13:25:17 +02:00
2022-08-24 21:19:43 +02:00
2022-08-03 17:46:51 +02:00
2022-07-11 11:29:22 -06:00
2022-05-26 12:40:01 +02:00
2019-03-14 14:11:12 +01:00
2022-05-22 21:45:24 -06:00
2022-06-02 21:19:54 +02:00