From 3a3c386b1db5de9c88d00a6077a180aa9c3382b7 Mon Sep 17 00:00:00 2001 From: IogaMaster Date: Wed, 8 Feb 2023 18:01:39 -0700 Subject: [PATCH] Fix highlighting in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6278ff9..98c67f6 100644 --- a/README.md +++ b/README.md @@ -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 = {