hnix-store/hnix-store-core
2023-11-19 07:07:41 +01:00
..
src/System/Nix core: add roundtrip prop for DerivedPath 2023-11-19 07:07:41 +01:00
tests core: add roundtrip prop for DerivedPath 2023-11-19 07:07:41 +01:00
.envrc Lorri + direnv. 2019-03-19 20:52:25 -04:00
.ghci Add NAR parser-generator and tests 2018-05-15 11:09:20 -04:00
CHANGELOG.md core: StorePathMetadata -> StorePath.Metadata 2023-11-18 18:44:44 +01:00
hnix-store-core.cabal core: add roundtrip prop for DerivedPath 2023-11-19 07:07:41 +01:00
LICENSE Duplicate information to appease bad tooling 2018-08-05 10:58:17 -04:00
README.md Squash away internal 2023-11-17 19:55:26 +01:00
shell.nix Local shell.nixes to make flycheck happy. 2019-03-09 19:04:11 -05:00

hnix-store-core

Core effects for interacting with the Nix store.

See NarEffects in System.Nix.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"