Fix typo in hacking.md

This commit is contained in:
crayor1
2024-04-16 15:54:45 +02:00
committed by GitHub
parent d2a07a96ba
commit 548a12c1fe

View File

@@ -196,7 +196,7 @@ In order to facilitate this, Nix has some support for being built out of tree
## System type
Nix uses a string with he following format to identify the *system type* or *platform* it runs on:
Nix uses a string with the following format to identify the *system type* or *platform* it runs on:
```
<cpu>-<os>[-<abi>]