You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should define an API that's suitable for use by hnix, and also appropriate for use of hnix-store as a CLI tool.
This includes cleaning up NarEffects record (maybe turning it into a typeclass to match style with hnix), and defining other NarEffects implementations suitable for readonly and mock mode.
We should try to dogfood this soon by calling hnix-store-core from hnix, and letting that drive more API improvements. For example, we should be able to easily support haskell-nix/hnix#299
The text was updated successfully, but these errors were encountered:
We should define an API that's suitable for use by
hnix
, and also appropriate for use ofhnix-store
as a CLI tool.This includes cleaning up
NarEffects
record (maybe turning it into a typeclass to match style withhnix
), and defining otherNarEffects
implementations suitable forreadonly
andmock
mode.We should try to dogfood this soon by calling
hnix-store-core
fromhnix
, and letting that drive more API improvements. For example, we should be able to easily support haskell-nix/hnix#299The text was updated successfully, but these errors were encountered: