Home Explore Blog CI



nix

1st chunk of `src/nix/help.md`
2566e340720817c30e8f856b4469d6c138118cdab0c7c0c800000001000000b8
R""(

# Examples

* Show help about `nix` in general:

  ```console
  # nix help
  ```

* Show help about a particular subcommand:

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

)""

Title: Getting Help with Nix
Summary
This section provides examples of how to use the `nix help` command to display help information about Nix in general and about specific subcommands.