View Source DepsNix.Options (deps_nix v2.1.0)

Summary

Types

t()

@type t() :: %DepsNix.Options{
  cwd: String.t(),
  envs: map(),
  github_prefetcher: (String.t(), String.t(), String.t() -> String.t()),
  include_paths: boolean(),
  output: String.t()
}