Description
Core effects for interacting with the Nix store.
Description
This package contains types and functions needed to describe interactions with the Nix store abstracted away from specific effectful context.
README.md
hnix-store-core
Core effects for interacting with the Nix store.
See NarEffects
in System.Nix.Internal.Nar.Effects and the System.Nix.StorePath for the available operations on the store.
Tests
ghcid --command "cabal repl test-suite:format-tests" --test="Main.main"