hnix-store-core-0.4.2.0: Core effects for interacting with the Nix store.
Safe HaskellNone
LanguageHaskell2010

System.Nix.ReadonlyStore

Documentation

makeStorePath :: forall hashAlgo. NamedAlgo hashAlgo => FilePath -> ByteString -> Digest hashAlgo -> StorePathName -> StorePath Source #

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