Types

Functions

Structs

Julia2Nix.JuNix.ArtifactInfoType
struct ArtifactInfo

Fields

  • name: artifact name
  • tree_hash: artifact hash
  • path: artifact/tree_hash
  • arch: aarch64, x86_64 ...
  • os: darwin, linux ...
  • libc: glibc on linux, nothing on darwin
source
Julia2Nix.JuNix.OptionsType
struct Options

Fields

  • nworkers: select_fetcher threads
  • arch: aarch64, x86_64 ...
  • os: darwin, linux ...
  • libc: glibc on linux, nothing on darwin
  • pkg_server: package download url
  • check_store: whether to add the --check-store parameter
source