1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 11:43:15 +02:00

Formatting

This commit is contained in:
Eelco Dolstra 2022-12-07 14:12:29 +01:00
parent 730f6bf616
commit 57397a37ae
2 changed files with 3 additions and 2 deletions

View file

@ -92,10 +92,11 @@ MixEvalArgs::MixEvalArgs()
``` ```
nixpkgs=flake:github:NixOS/nixpkgs/nixos-22.05 nixpkgs=flake:github:NixOS/nixpkgs/nixos-22.05
```
makes `<nixpkgs>` refer to a particular branch of the makes `<nixpkgs>` refer to a particular branch of the
`NixOS/nixpkgs` repository on GitHub. `NixOS/nixpkgs` repository on GitHub.
```)", )",
.category = category, .category = category,
.labels = {"path"}, .labels = {"path"},
.handler = {[&](std::string s) { searchPath.push_back(s); }} .handler = {[&](std::string s) { searchPath.push_back(s); }}