Hacker News new | ask | show | jobs
by arrakeen 1536 days ago
> The reality is that the docs are fine

then show me where `nix-env`'s `--arg` and `--argstr` is documented.

1 comments

That's documented right in the man page.

  --arg name value
    This option is accepted by nix-env, nix-instantiate and nix-build. When 
    evaluating Nix expressions, the expression evaluator will automatically try to 
    call functions that it encounters. [...]