Haskell implementation of the nix store API
Go to file
Gabriel Gonzalez e750f60609 Permit validPaths to use effects
According to @shlevy, whether or not a rooted path is a valid path is
not an intrinsic property of the rooted path and requires a side effect
to determine, so this change modifies the `StoreEffects` record to
reflect that.
2018-04-29 13:44:35 -07:00
hnix-store-core Permit validPaths to use effects 2018-04-29 13:44:35 -07:00
.gitignore Truncated cryptographic hashes implementation. 2018-04-26 08:17:03 -07:00
LICENSE Copyright 2018-04-24 09:34:16 -04:00
README.md Truncated cryptographic hashes implementation. 2018-04-26 08:17:03 -07:00

hnix-store

A Haskell interface to the Nix store.

Packages