Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-21 | fix: builtins.toFile adds path to allowedPaths | Tom Bereknyei | |
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-03-16 | add tests for nix eval and nix-instantiate | Artturin | |