- Add
executables
to theRunOptions
. Backwards compatible if you usedefaultRunOptions
.
- Fix
Prefetch.url
. The constructed command was missing flags forurlUnpack = True
.
- Allow setting a log function when running a nix action, which can log command invocations.
- Add an
m
attribute toNixAction
to make it into a properMonadTrans
. - Reexport
Types
from the other modules, so that explicit import is not required.
- Remove
Eq
instance fromNixExpr
(not sensible) - Replace the
NixAction
tuple with a more semanticNixActionError
- Update to 2021 and remove dependency on protolude
- First released version.