All Versions
3
Latest Version
Avg Release Cycle
311 days
Latest Release
1379 days ago
Changelog History
Changelog History
-
v0.3.0.0 Changes
November 29, 2020hnix-store-core
- ๐
System.Nix.Nar
changes API to support NAR format streaming:buildNarIO :: FilePath -> Handle -> IO ()
- Create a NAR from a regular filesystem object, stream it out on the HandleunpackNarIO :: Handle -> FilePath -> IO ()
- Recreate filesystem object from a NAR file accessed by the Handle
StorePath
type changed to simple variant without type level
symbolic store path root.- โ Added
makeFixedOutputPath
toSystem.Nix.ReadonlyStore
- โ Added
decodeBase16
anddecodeBase32
toSystem.Nix.Hash
System.Nix.StorePath
module now providesstorePathToFilePath
andstorePathToText
helpersstorePathToNarInfo
for converting paths tonarinfo
URLsparsePath
functionpathParser
Attoparsec parser
- โ Added
System.Nix.Build
module - โ Added
System.Nix.Derivation
module - โ Removed
System.Nix.Util
module, moved tohnix-store-remote
- โ Added base64 and SHA512 hash support
hnix-store-remote
- โช Restored most store API functions except
addToStoreNar
- โ Added
buildDerivation
- ๐
-
v0.2.0.0
March 12, 2020 -
v0.1.0.0
March 18, 2019