Nix (command): Difference between revisions
m update link to the nix manual |
m →As an individual invocation: prefix shell command with "$" |
||
| Line 12: | Line 12: | ||
=== As an individual invocation === | === As an individual invocation === | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
nix --experimental-features nix-command build ... | $ nix --experimental-features nix-command build ... | ||
</syntaxhighlight> | </syntaxhighlight> | ||