README & CHANGELOG: disclaimer: effectful derivationStrict primOp

This commit is contained in:
Anton-Latukha 2021-01-04 22:41:29 +02:00 committed by Anton Latukha
parent ee6670b749
commit bfd1a319ea
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@
## [(diff)](https://github.com/haskell-nix/hnix/compare/0.11.1...0.12.0#files_bucket) 0.12.0 (2020-12-31)
* *Disclaimer*: Current `derivationStrict` primOp implementation and so every evaluation of a derivation into a store path currently relies on the `hnix-store-remote`, which for those operations relies on the running `nix-daemon`, and so operations use/produce effects into the `/nix/store`. Be cautious - it is effectful.
* Introduction:
* New module `Nix.Effects.Derivation`.
* Operations on derivations:

View File

@ -44,6 +44,8 @@ Parser, evaluator and type checker for the Nix language written in Haskell.
## Prerequisites
Tooling is WIP, `nix-shell` and `nix-store` are still used for their purpose, so, to access them Nix is required to be installed.
*Disclaimer*: Current `derivationStrict` primOp implementation and so every evaluation of a derivation into a store path currently relies on the `hnix-store-remote`, which for those operations relies on the running `nix-daemon`, and so operations use/produce effects into the `/nix/store`. Be cautious - it is effectful.
## Getting Started
```