hnix-store/hnix-store-core/README.md

15 lines
416 B
Markdown
Raw Normal View History

2020-12-30 16:46:13 +03:00
# hnix-store-core
Core effects for interacting with the Nix store.
2018-04-27 07:42:56 +03:00
See `NarEffects` in [System.Nix.Internal.Nar.Effects] and the [System.Nix.StorePath] for the available operations
on the store.
2018-04-27 07:42:56 +03:00
[System.Nix.Internal.Nar.Effects]: ./src/System/Nix/Internal/Nar/Effects.hs
[System.Nix.StorePath]: ./src/System/Nix/StorePath.hs
2018-05-01 11:46:56 +03:00
2020-12-30 16:46:13 +03:00
# Tests
2018-05-01 11:46:56 +03:00
- `ghcid --command "cabal repl test-suite:format-tests" --test="Main.main"`