mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-12-13 15:46:26 +03:00
15 lines
416 B
Markdown
15 lines
416 B
Markdown
# 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.
|
|
|
|
[System.Nix.Internal.Nar.Effects]: ./src/System/Nix/Internal/Nar/Effects.hs
|
|
[System.Nix.StorePath]: ./src/System/Nix/StorePath.hs
|
|
|
|
|
|
# Tests
|
|
|
|
- `ghcid --command "cabal repl test-suite:format-tests" --test="Main.main"`
|