Files
lix/doc/manual/src
Tom Bereknyei f25112d383 fix: builtins.toFile adds path to allowedPaths
The produced path is then allowed be imported or utilized elsewhere:
```
assert (43 == import (builtins.toFile "source" "43")); "good"
```

This will still fail on write-only stores.
2022-04-21 16:41:37 -04:00
..
2022-01-13 14:33:41 +01:00
2020-07-24 12:58:31 +02:00
2021-11-30 13:19:42 -05:00
2022-04-19 21:12:33 +02:00