mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
18 lines
184 B
Markdown
18 lines
184 B
Markdown
|
R""(
|
||
|
|
||
|
# Examples
|
||
|
|
||
|
* Show help about `nix` in general:
|
||
|
|
||
|
```console
|
||
|
# nix help
|
||
|
```
|
||
|
|
||
|
* Show help about a particular subcommand:
|
||
|
|
||
|
```console
|
||
|
# nix help flake info
|
||
|
```
|
||
|
|
||
|
)""
|