2020-12-30 16:46:13 +03:00
|
|
|
# hnix-store-core
|
2018-04-26 18:17:03 +03:00
|
|
|
|
|
|
|
Core effects for interacting with the Nix store.
|
2018-04-27 07:42:56 +03:00
|
|
|
|
2020-12-19 14:47:40 +03:00
|
|
|
See `NarEffects` in [System.Nix.Internal.Nar.Effects] and the [System.Nix.StorePath] for the available operations
|
2018-04-28 04:47:30 +03:00
|
|
|
on the store.
|
2018-04-27 07:42:56 +03:00
|
|
|
|
2020-12-19 14:47:40 +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"`
|