lix/src
Eelco Dolstra b55d79728c Add EvalState::coerceToStorePath() helper
This is useful whenever we want to evaluate something to a store path
(e.g. in get-drvs.cc).

Extracted from the lazy-trees branch (where we can require that a
store path must come from a store source tree accessor).
2022-03-02 23:58:58 +01:00
..
build-remote Move BuildResult defintion to its own header 2022-03-01 19:43:07 +00:00
libcmd Add EvalState::coerceToStorePath() helper 2022-03-02 23:58:58 +01:00
libexpr Add EvalState::coerceToStorePath() helper 2022-03-02 23:58:58 +01:00
libfetchers Move some stuff from Settings to a new FetchSettings. 2022-03-01 01:39:25 +00:00
libmain Remove stray debug line 2022-03-02 11:20:32 +01:00
libstore Move BuildResult defintion to its own header 2022-03-01 19:43:07 +00:00
libutil filterANSIEscapes: Ignore BEL character 2022-03-01 15:35:42 -08:00
nix Add EvalState::coerceToStorePath() helper 2022-03-02 23:58:58 +01:00
nix-build Add EvalState::coerceToStorePath() helper 2022-03-02 23:58:58 +01:00
nix-channel Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
nix-collect-garbage Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
nix-copy-closure
nix-env Add EvalState::coerceToStorePath() helper 2022-03-02 23:58:58 +01:00
nix-instantiate Add EvalState::coerceToStorePath() helper 2022-03-02 23:58:58 +01:00
nix-store Move BuildResult defintion to its own header 2022-03-01 19:43:07 +00:00
resolve-system-dependencies Fix macOS build 2022-02-21 17:14:22 +01:00
toml11