Home
last modified time | relevance | path

Searched refs:nixDataDir (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/nix/nix-2.3.10/src/libstore/
H A Dglobals.hh48 Path nixDataDir; /* !!! fix */ member in nix::Settings
H A Dglobals.cc30 , nixDataDir(canonPath(getEnv("NIX_DATA_DIR", NIX_DATA_DIR))) in Settings()
H A Dbuild.cc3129 args.push_back("IMPORT_DIR=" + settings.nixDataDir + "/nix/sandbox/"); in runChild()
/dports/sysutils/nix/nix-2.3.10/src/libexpr/
H A Dprimops.cc124 state.evalFile(settings.nixDataDir + "/nix/corepkgs/imported-drv-to-derivation.nix", fun); in prim_scopedImport()
2302 string path = canonPath(settings.nixDataDir + "/nix/corepkgs/derivation.nix", true); in createBaseEnv()
H A Deval.cc323 addToSearchPath("nix=" + canonPath(settings.nixDataDir + "/nix/corepkgs", true)); in EvalState()