[Nix-dev] Re: Re: ${out}
Yury G. Kudryashov
urkud+nix at ya.ru
Sun Apr 11 16:39:33 CEST 2010
Marc Weber wrote:
> what should be the result?
> So I'd limit this to replacing $out only.
Yes, exactly. All other needed variables are expanded by nix expression
language. That's why even if my proposal will be accepted, we'll need to
write "\${out}", not "${out}": nix expressions replace "\${out}" with
"${out}", after that nix-worker replaces it by /nix/store/path.
More information about the nix-dev
mailing list