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

System.Nix.Internal.Nar.Options

Synopsis

Documentation

data NarOptions Source #

Options for configuring how NAR files are encoded and decoded.

Constructors

NarOptions 

Fields

  • optUseCaseHack :: Bool

    Whether to enable a case hack to support case-insensitive filesystems. Equivalent to the 'use-case-hack' option in the Nix client.

    The case hack rewrites file names to avoid collisions on case-insensitive file systems, e.g. APFS and HFS+ on macOS. Enabled by default on macOS (Darwin).