hnix-store/hnix-store-core
John Ericson 9bbe54a03b Add test corresponding to builtins.placeholder "foo" in layer above
We were hashing correctly, but base32-ing wrong.
2019-03-10 12:30:26 -04:00
..
src/System/Nix Weird bit fiddling to make printHashBytes32 work 2019-03-09 22:03:28 -05:00
tests Add test corresponding to builtins.placeholder "foo" in layer above 2019-03-10 12:30:26 -04:00
.ghci Add NAR parser-generator and tests 2018-05-15 11:09:20 -04:00
ChangeLog.md Truncated cryptographic hashes implementation. 2018-04-26 08:17:03 -07:00
hnix-store-core.cabal Build expressions. 2019-03-09 18:32:01 -05:00
LICENSE Duplicate information to appease bad tooling 2018-08-05 10:58:17 -04:00
README.md Add NAR parser-generator and tests 2018-05-15 11:09:20 -04:00
Setup.hs Truncated cryptographic hashes implementation. 2018-04-26 08:17:03 -07:00

hnix-store-core

Core effects for interacting with the Nix store.

See StoreEffects in System.Nix.Store for the available operations on the store.

Tests

  • ghcid --command "cabal repl test-suite:format-tests" --test="Main.main"