Skip to content

Commit 33a7585

Browse files
committed
Expose NarOptions
1 parent c68762f commit 33a7585

File tree

1 file changed

+6
-0
lines changed
  • hnix-store-core/src/System/Nix

1 file changed

+6
-0
lines changed

hnix-store-core/src/System/Nix/Nar.hs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,14 @@ module System.Nix.Nar
2323
, Nar.NarEffects(..)
2424
, Nar.narEffectsIO
2525

26+
, Nar.NarOptions(..)
27+
, Nar.defaultNarOptions
28+
2629
-- * Internal
2730
, Nar.streamNarIO
31+
, Nar.streamNarIOWithOptions
2832
, Nar.runParser
33+
, Nar.runParserWithOptions
2934
, Nar.dumpString
3035
, Nar.dumpPath
3136

@@ -39,6 +44,7 @@ import qualified Data.ByteString as BS
3944
import qualified System.IO as IO
4045

4146
import qualified System.Nix.Internal.Nar.Effects as Nar
47+
import qualified System.Nix.Internal.Nar.Options as Nar
4248
import qualified System.Nix.Internal.Nar.Parser as Nar
4349
import qualified System.Nix.Internal.Nar.Streamer as Nar
4450

0 commit comments

Comments
 (0)