1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00
118: Fix highlighting in README.md r=roberth a=IogaMaster

Just a little aesthetic change.

Co-authored-by: IogaMaster <iogamastercode@gmail.com>
This commit is contained in:
bors[bot] 2023-02-09 09:06:56 +00:00 committed by GitHub
commit 47478a4a00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,13 +49,13 @@ nix flake init -t github:hercules-ci/flake-parts
Otherwise, add the input,
```
```nix
flake-parts.url = "github:hercules-ci/flake-parts";
```
then slide `mkFlake` between your outputs function head and body,
```
```nix
outputs = inputs@{ flake-parts, ... }:
flake-parts.lib.mkFlake { inherit inputs; } {
flake = {