hnix-store-core-0.6.1.0: Core effects for interacting with the Nix store.
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Nix.ReadonlyStore

Documentation

makeFixedOutputPath :: forall hashAlgo. NamedAlgo hashAlgo => FilePath -> Bool -> Digest hashAlgo -> StorePathName -> StorePath Source #

computeStorePathForPath Source #

Arguments

:: StorePathName

Name part of the newly created StorePath

-> FilePath

Local FilePath to add

-> Bool

Add target directory recursively

-> (FilePath -> Bool)

Path filter function

-> Bool

Only used by local store backend

-> IO StorePath