mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
Merge #118
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:
commit
47478a4a00
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue