1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

Fix highlighting in README.md

This commit is contained in:
IogaMaster 2023-02-08 18:01:39 -07:00
parent bf53492df0
commit 3a3c386b1d

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 = {