aboutsummaryrefslogtreecommitdiff
path: root/src/nix/help.md
blob: 734f3502874aff975e08dd928b7b050fded4f291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
R""(

# Examples

* Show help about `nix` in general:

  ```console
  # nix help
  ```

* Show help about a particular subcommand:

  ```console
      # nix help flake info
  ```

)""