lol

check-meta.nix: Fix flake note

- These new-cli commands can be used with `-f`, in which case they're
evaluated with pure evaluation disabled.
- Nix 2.4+ is not part of the condition; "flakes" is fully descriptive
and more relatable.
- Don't suggest that it only enables this variable.
- Just don't say too much.

+2 -3
+2 -3
pkgs/stdenv/generic/check-meta.nix
··· 152 152 153 153 # flakeNote will be printed in the remediation messages below. 154 154 flakeNote = " 155 - Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ 156 - (Flake) command, `--impure` must be passed in order to read this 157 - environment variable. 155 + Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, 156 + then pass `--impure` in order to allow use of environment variables. 158 157 "; 159 158 160 159 remediate_allowlist = allow_attr: rebuild_amendment: attrs: