NixOS / nix

Nix, the purely functional package manager
https://nixos.org/
GNU Lesser General Public License v2.1
12.86k stars 1.52k forks source link

`nix build --system <system>` is not documented in `nix build --help` #11903

Open doronbehar opened 3 days ago

doronbehar commented 3 days ago

Problem

As stated in issue title.

Proposal

Document it in nix build --help.

Checklist

To be slightly less accurate, I simply ran:

git grep -- '--system'

On the repo's latest (61d075840f04f5451a7093a0815e741f101fc7f4) master, and found --system mentioned only in the docs of nix-env.

Priorities

Add :+1: to issues you find important.