mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-12-03 19:06:16 +02:00
17 lines
184 B
Markdown
17 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
|
|
```
|
|
|
|
)""
|