mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-28 14:07:53 +03:00
79b461962f
It is tiny, but it is a start of separation of the Base encodings from hashing subsystem. |
||
---|---|---|
.. | ||
src/System/Nix | ||
tests | ||
.envrc | ||
.ghci | ||
cabal.project | ||
ChangeLog.md | ||
hnix-store-core.cabal | ||
LICENSE | ||
README.md | ||
shell.nix |
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"