Skip to content

Commit 21778b6

Browse files
authored
Update Flakes.md Typos (#918)
## Summary Fixes typos in Flakes guide ## How was it tested? --------- Signed-off-by: John Lago <[email protected]>
1 parent a1a2df3 commit 21778b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/app/docs/guides/using_flakes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ You can add a Flake hosted on Github using the following string in your packages
2727

2828
The Ref and Flake Attribute is optional and will default to the main branch and `packages.default|defaultPackage` attribute, respectively.
2929

30-
For example, to install [Process Compose](https://github.com/F1bbonac1/process-compose) from its repository using Nix Flakes, you can use the following string in your packages list. This will install the latest version of Process Compose from the `main` branch.
30+
For example, to install [Process Compose](https://github.com/F1bonacc1/process-compose) from its repository using Nix Flakes, you can use the following string in your packages list. This will install the latest version of Process Compose from the `main` branch.
3131

3232
```nix
33-
github:F1bbonac1/process-compose
33+
github:F1bonacc1/process-compose
3434
```
3535

3636
### Installing a Flake from a specific branch or tag
3737

3838
You can install a specific release or branch by adding it to your flake reference. The following example will install Process Compose version 0.40.2 from the `v0.40.2` tag.
3939

4040
```nix
41-
github:F1bbonac1/process-compose/v0.40.2
41+
github:F1bonacc1/process-compose/v0.40.2
4242
```
4343

4444
### Installing a specific attribute or package from a Flake

0 commit comments

Comments
 (0)