mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-24 13:46:09 +03:00
b1c8603adc
before ``` StorePath {storePathHash = StorePathHashPart {unStorePathHashPart = "#F\139i\215:t\134x\151+\206\&8O*\165\STX\DC2\169\234"}, storePathName = StorePathName {unStorePathName = "testFixed"}} ``` after ``` StorePath /iali40m5597kikibjxw8cx1ssxlqnii3-testFixed ``` |
||
---|---|---|
.. | ||
src/System/Nix | ||
tests | ||
CHANGELOG.md | ||
hnix-store-core.cabal | ||
LICENSE | ||
README.md |
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"